diff options
author | David Tardon <dtardon@redhat.com> | 2012-05-24 19:51:31 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-05-29 14:36:42 +0200 |
commit | dddf205a610467c885e38180ade0c7d5e0755c33 (patch) | |
tree | d34295ac90aed7ab4bc899bdf8e6c6e4b836323f /i18npool/CustomTarget_localedata.mk | |
parent | 5a555e86108239be90ab173c90cb7dae845f8e7d (diff) |
add missing dependency
Change-Id: Iadd19f68ee4ed49842d6669354de6c1dca515cfc
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 d63d3e49c7a0..37c947478729 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 :| $(i18npool_LDDIR)/.dir +$(i18npool_LDDIR)/saxparser.input : $(call gb_ComponentTarget_get_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>' > $@ |