diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-29 14:23:49 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-29 14:29:29 +0100 |
commit | 27a66ce174d8c5c2947056cbf39533be55e14170 (patch) | |
tree | 837ee8f4d8073c24700d4c6270f7d3984f8462ab /i18npool | |
parent | d7f1952b3f41b072763da5b2ebcc1779fa8457bf (diff) |
gendict is internal tool, not part of ICU
Change-Id: Ica89dc89663ed3fa611e36245732b296386b5bf7
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CustomTarget_breakiterator.mk | 10 |
1 files changed, 8 insertions, 2 deletions
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 \ |