summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-17 19:44:41 +0100
committerEike Rathke <erack@redhat.com>2011-11-19 16:15:19 +0100
commit8eb050cbd6b7b3716c0c612708dd641898f65656 (patch)
treee6c19429fd42a25fbe867c149e2c9b22cbefa521 /i18npool
parent122fae4e2d8443de1545ab927d2035dc8263184c (diff)
generated locale data .cxx depends on saxparser generator
Diffstat (limited to 'i18npool')
-rwxr-xr-xi18npool/source/localedata/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile
index b1fa0a917da7..d279269731d8 100755
--- a/i18npool/source/localedata/Makefile
+++ b/i18npool/source/localedata/Makefile
@@ -36,7 +36,8 @@ my_components := component/sax/source/expatwrap/expwrap.component
localedata_%.cxx : localedata_%_invis.cxx
sed 's/\(^.*get[^;]*$$\)/SAL_DLLPUBLIC_EXPORT \1/' $< > $@
-localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb
+localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \
+ $(OUTDIR)/bin/saxparser$(gb_Executable_EXT)
ifeq ($(OS_FOR_BUILD),WNT)
$(gb_Helper_execute)saxparser $* `cygpath -m $<` $@ \
$(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -m $(OUTDIR)/bin/types.rdb` \