diff options
author | Jan Holesovsky <kendy@suse.cz> | 2011-10-04 09:42:28 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-10-04 09:43:17 +0200 |
commit | 28a9c86fface5d4674d9f47d92e6eee8cacf2087 (patch) | |
tree | 23eb643f17540628747f120c2da5a365ceaf3392 /i18npool | |
parent | c45f59f062eb135463ea8ce0a06950eb9a6dfec2 (diff) |
Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE).
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/source/breakiterator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/breakiterator/Makefile b/i18npool/source/breakiterator/Makefile index e292258184ce..011dd6f22397 100644 --- a/i18npool/source/breakiterator/Makefile +++ b/i18npool/source/breakiterator/Makefile @@ -49,7 +49,7 @@ else GENBRK := $(SYSTEM_GENBRK) endif -ifeq ($(SYSTEM_GENCODE),) +ifeq ($(SYSTEM_GENCCODE),) GENCCODE := $(gb_Helper_execute)genccode else GENCCODE := $(SYSTEM_GENCCODE) |