summaryrefslogtreecommitdiffstats
path: root/i18npool
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2011-11-20 03:14:34 +0100
committerEike Rathke <erack@redhat.com>2011-11-20 03:14:34 +0100
commit63d29ac431f492595486512ba413454baf636b65 (patch)
treece472456d493a0d131bf3a2d16a878c571a53762 /i18npool
parentchange OUTDIR to OUTDIR_FOR_BUILD for cross-compilation (diff)
downloadcore-63d29ac431f492595486512ba413454baf636b65.tar.gz
core-63d29ac431f492595486512ba413454baf636b65.zip
hopefully gb_Executable_EXT_for_build does it
Diffstat (limited to 'i18npool')
-rwxr-xr-xi18npool/source/localedata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile
index 246385ca2cf6..5b899f0c9db0 100755
--- a/i18npool/source/localedata/Makefile
+++ b/i18npool/source/localedata/Makefile
@@ -37,7 +37,7 @@ 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 \
- $(OUTDIR_FOR_BUILD)/bin/saxparser$(gb_Executable_EXT)
+ $(OUTDIR_FOR_BUILD)/bin/saxparser$(gb_Executable_EXT_for_build)
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` \