diff options
author | David Tardon <dtardon@redhat.com> | 2012-12-29 10:00:49 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-29 12:57:50 +0100 |
commit | bbf2f413958e7be2bef34c62932fc76f83e7ed18 (patch) | |
tree | f94c97a155fa771ab9407a824509a73548f3be55 /i18npool/CustomTarget_localedata.mk | |
parent | 2f0e0daf9b94dcb15af84c4a00682d14ebfc5000 (diff) |
rethink external executable setup
Change-Id: I5293fea9b5404b82e72761407d325c408a2e45ca
Diffstat (limited to 'i18npool/CustomTarget_localedata.mk')
-rw-r--r-- | i18npool/CustomTarget_localedata.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk index 342dfa3bc622..c56603ad65c7 100644 --- a/i18npool/CustomTarget_localedata.mk +++ b/i18npool/CustomTarget_localedata.mk @@ -56,7 +56,7 @@ $(i18npool_LDDIR)/localedata_%.cxx : \ $(i18npool_LDDIR)/saxparser.rdb : $(i18npool_LDDIR)/saxparser.input \ $(SOLARENV)/bin/packcomponents.xslt \ - | $(call gb_ExternalExecutable_get_deps,xsltproc) + | $(call gb_ExternalExecutable_get_dependencies,xsltproc) $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),RDB,1) $(call gb_Helper_abbreviate_dirs, \ $(call gb_ExternalExecutable_get_command,xsltproc) --nonet --stringparam prefix $(OUTDIR_FOR_BUILD)/xml/ \ |