diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 17:52:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-08-19 18:00:36 +0300 |
commit | d62e4809df73a9f871b72ff2a2a7d5cb8fcdb86f (patch) | |
tree | 917da407e8578ac300e7270097c30c33474802ce /i18npool/source | |
parent | a72c7acad90f9431c3b800327734ea00458dc3a0 (diff) |
Use cygpath -m on Windows where necessary
We can't pass Cygwin pathnames to non-Cygwin programs.
Diffstat (limited to 'i18npool/source')
-rwxr-xr-x[-rw-r--r--] | i18npool/source/localedata/Makefile | 4 | ||||
-rwxr-xr-x[-rw-r--r--] | i18npool/source/textconversion/Makefile | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index 1b70c8de17b1..6bfbbb3d12b6 100644..100755 --- a/i18npool/source/localedata/Makefile +++ b/i18npool/source/localedata/Makefile @@ -38,8 +38,8 @@ localedata_%.cxx : localedata_%_invis.cxx localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb ifeq ($(OS_FOR_BUILD),WNT) - $(gb_Helper_execute)saxparser $* `cygpath -w $<` $@ \ - $(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -w $(OUTDIR)/bin/types.rdb` \ + $(gb_Helper_execute)saxparser $* `cygpath -m $<` $@ \ + $(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -m $(OUTDIR)/bin/types.rdb` \ -env:OOO_INBUILD_SHAREDLIB_DIR=$(my_file)`cygpath -m $(OUTDIR)/bin` else $(gb_Helper_execute)saxparser $* $< $@ \ diff --git a/i18npool/source/textconversion/Makefile b/i18npool/source/textconversion/Makefile index 8a4693d41657..8a4693d41657 100644..100755 --- a/i18npool/source/textconversion/Makefile +++ b/i18npool/source/textconversion/Makefile |