diff options
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 |