diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 00:04:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-23 00:44:15 +0300 |
commit | a1f0f63b378cca23be763ae3ce258ef60bdf18eb (patch) | |
tree | f98a613d3a10f221b73bc41ab266c7344064d207 /i18npool | |
parent | 107d717941f997d1166ff6a5e8f869574a88c76d (diff) |
Fix cross-compilation
Diffstat (limited to 'i18npool')
-rwxr-xr-x | i18npool/source/localedata/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index 6bfbbb3d12b6..51c6c3af6df2 100755 --- a/i18npool/source/localedata/Makefile +++ b/i18npool/source/localedata/Makefile @@ -43,8 +43,8 @@ ifeq ($(OS_FOR_BUILD),WNT) -env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)`cygpath -m $(OUTDIR)/bin` else $(gb_Helper_execute)saxparser $* $< $@ \ - $(my_file)$(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb $(OUTDIR)/bin/types.rdb \ - -env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)$(OUTDIR)/lib + $(my_file)$(WORKDIR_FOR_BUILD)/CustomTarget/i18npool/source/localedata/saxparser.rdb $(OUTDIR_FOR_BUILD)/bin/types.rdb \ + -env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)$(OUTDIR_FOR_BUILD)/lib endif saxparser.rdb : saxparser.input |