diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-30 12:20:48 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-05-30 12:21:11 +0200 |
commit | af1fe5e603b8fff6b35a759d9c558f6a49638e2e (patch) | |
tree | 7b12f0d785fff6aeb273549ca20d2cbcac8022ec /i18npool | |
parent | c1c295a6e8903025ee77c54b94af4566e0e0af8c (diff) |
i18npool: depend on outdir target
Change-Id: Ib94620f316899a77b3842989dd859625f6748ddc
Diffstat (limited to 'i18npool')
-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 37c947478729..d8c260d17278 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>' > $@ |