[Libreoffice-commits] .: i18npool/CustomTarget_localedata.mk

Matus Kukan mkukan at kemper.freedesktop.org
Wed May 30 03:22:45 PDT 2012


 i18npool/CustomTarget_localedata.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit af1fe5e603b8fff6b35a759d9c558f6a49638e2e
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Wed May 30 12:20:48 2012 +0200

    i18npool: depend on outdir target
    
    Change-Id: Ib94620f316899a77b3842989dd859625f6748ddc

diff --git a/i18npool/CustomTarget_localedata.mk b/i18npool/CustomTarget_localedata.mk
index 37c9474..d8c260d 100644
--- a/i18npool/CustomTarget_localedata.mk
+++ b/i18npool/CustomTarget_localedata.mk
@@ -54,7 +54,7 @@ $(i18npool_LDDIR)/saxparser.rdb : $(i18npool_LDDIR)/saxparser.input \
 		$(gb_XSLTPROC) --nonet --stringparam prefix $(OUTDIR_FOR_BUILD)/xml/ \
 			-o $@ $(SOLARENV)/bin/packcomponents.xslt $<)
 
-$(i18npool_LDDIR)/saxparser.input : $(call gb_ComponentTarget_get_target,sax/source/expatwrap/expwrap) | $(i18npool_LDDIR)/.dir
+$(i18npool_LDDIR)/saxparser.input : $(call gb_ComponentTarget_get_outdir_target,sax/source/expatwrap/expwrap) | $(i18npool_LDDIR)/.dir
 	$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
 	echo '<list><filename>component/sax/source/expatwrap/expwrap.component</filename></list>' > $@
 


More information about the Libreoffice-commits mailing list