From 27a66ce174d8c5c2947056cbf39533be55e14170 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 29 Dec 2012 14:23:49 +0100 Subject: gendict is internal tool, not part of ICU Change-Id: Ica89dc89663ed3fa611e36245732b296386b5bf7 --- i18npool/CustomTarget_breakiterator.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'i18npool/CustomTarget_breakiterator.mk') diff --git a/i18npool/CustomTarget_breakiterator.mk b/i18npool/CustomTarget_breakiterator.mk index 636406bf8a56..f23dad0ee88a 100644 --- a/i18npool/CustomTarget_breakiterator.mk +++ b/i18npool/CustomTarget_breakiterator.mk @@ -30,16 +30,22 @@ $(eval $(call gb_CustomTarget_CustomTarget,i18npool/breakiterator)) i18npool_BIDIR := $(call gb_CustomTarget_get_workdir,i18npool/breakiterator) +ifeq ($(SYSTEM_ICU),NO) +i18npool_ICUTARGET := $(call gb_ExternalPackage_get_target,icu) +else +i18npool_ICUTARGET := +endif + $(call gb_CustomTarget_get_target,i18npool/breakiterator) : \ $(i18npool_BIDIR)/dict_ja.cxx $(i18npool_BIDIR)/dict_zh.cxx $(i18npool_BIDIR)/OpenOffice_dat.c $(i18npool_BIDIR)/dict_%.cxx : \ $(SRCDIR)/i18npool/source/breakiterator/data/%.dic \ - $(call gb_ExternalExecutable_get_dependencies,gendict) \ + $(call gb_Executable_get_target_for_build,gendict) $(i18npool_ICUTARGET) \ | $(i18npool_BIDIR)/.dir $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),DIC,1) $(call gb_Helper_abbreviate_dirs,\ - $(call gb_ExternalExecutable_get_command,gendict) $< $@ $(patsubst $(i18npool_BIDIR)/dict_%.cxx,%,$@)) + $(call gb_Helper_execute,gendict) $< $@ $(patsubst $(i18npool_BIDIR)/dict_%.cxx,%,$@)) i18npool_BRKTXTS := \ char_in.brk \ -- cgit