diff options
author | Eike Rathke <erack@redhat.com> | 2011-11-20 01:04:54 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-11-20 01:06:02 +0100 |
commit | ef23848eb252e65e0f83250512547ce684e6d4eb (patch) | |
tree | 577c044ea4570be007f9c3413e13a12f30a9ad98 /i18npool/source | |
parent | b338e513f77d469f9ba252220db164cf3cb5bcea (diff) |
change OUTDIR to OUTDIR_FOR_BUILD for cross-compilation
Diffstat (limited to 'i18npool/source')
-rwxr-xr-x | i18npool/source/localedata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index d279269731d8..246385ca2cf6 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)/bin/saxparser$(gb_Executable_EXT) + $(OUTDIR_FOR_BUILD)/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` \ |