diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-12-08 16:43:26 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2011-12-08 16:49:48 +0100 |
commit | c240dbc820359cf924e2383b743c02e204945a4c (patch) | |
tree | aedcbdb0b8f96bd21c59b65cd0e21422b3358bc5 /i18npool | |
parent | 5214f7843ca48f2207945fbfe32ba164afe7b3aa (diff) |
Fix 18npool build on Windows.
Diffstat (limited to 'i18npool')
-rwxr-xr-x | i18npool/source/localedata/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/i18npool/source/localedata/Makefile b/i18npool/source/localedata/Makefile index 618db65e8bc9..da83ff475f31 100755 --- a/i18npool/source/localedata/Makefile +++ b/i18npool/source/localedata/Makefile @@ -40,15 +40,11 @@ localedata_%.cxx : localedata_%_invis.cxx ifeq ($(OS_FOR_BUILD),WNT) localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \ $(OUTDIR)/bin/saxparser$(gb_Executable_EXT) - $(call gb_Helper_execute,saxparser $* `cygpath -m $<` $@ \ - $(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -m $(OUTDIR)/bin/types.rdb` \ - -env:LO_LIB_DIR=$(my_file)`cygpath -m $(OUTDIR)/bin`) + $(call gb_Helper_execute,saxparser $* `cygpath -m $<` $@ $(my_file)`cygpath -m $(WORKDIR)/CustomTarget/i18npool/source/localedata/saxparser.rdb` `cygpath -m $(OUTDIR)/bin/types.rdb` -env:LO_LIB_DIR=$(my_file)`cygpath -m $(OUTDIR)/bin`) else localedata_%_invis.cxx : $(realpath $(SRC_ROOT)/i18npool/source/localedata/data)/%.xml saxparser.rdb \ $(OUTDIR_FOR_BUILD)/bin/saxparser$(gb_Executable_EXT_for_build) - $(call gb_Helper_execute,saxparser $* $< $@ \ - $(my_file)$(WORKDIR_FOR_BUILD)/CustomTarget/i18npool/source/localedata/saxparser.rdb $(OUTDIR_FOR_BUILD)/bin/types.rdb \ - -env:LO_LIB_DIR=$(my_file)$(OUTDIR_FOR_BUILD)/lib) + $(call gb_Helper_execute,saxparser $* $< $@ $(my_file)$(WORKDIR_FOR_BUILD)/CustomTarget/i18npool/source/localedata/saxparser.rdb $(OUTDIR_FOR_BUILD)/bin/types.rdb -env:LO_LIB_DIR=$(my_file)$(OUTDIR_FOR_BUILD)/lib) endif saxparser.rdb : saxparser.input |