summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-04 09:42:28 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-04 09:43:17 +0200
commit28a9c86fface5d4674d9f47d92e6eee8cacf2087 (patch)
tree23eb643f17540628747f120c2da5a365ceaf3392 /i18npool
parentc45f59f062eb135463ea8ce0a06950eb9a6dfec2 (diff)
Fix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE).
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/breakiterator/Makefile2
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)