diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 11:57:14 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-02-04 11:57:14 +0000 |
commit | 9c8f43392845279032831626e11b5869c6b0bcbe (patch) | |
tree | c2fb36f4ac93e642f150e727a69cf69dc2407fda /python | |
parent | d48018fdc8ca68d6713017a65535ff6c6d407e17 (diff) |
INTEGRATION: CWS mingwport10 (1.35.6); FILE MERGED
2008/01/16 12:35:54 vg 1.35.6.1: #i85165# catch up fixes for MinGW port
Diffstat (limited to 'python')
-rw-r--r-- | python/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index ff7cb090b353..2bc27e1cf7a5 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.35 $ +# $Revision: 1.36 $ # -# last change: $Author: rt $ $Date: 2007-11-06 15:58:43 $ +# last change: $Author: ihi $ $Date: 2008-02-04 12:57:14 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,7 @@ BUILD_ACTION=$(ENV_BUILD) $(GNUMAKE) -j$(EXTMAXPROCESS) ; $(GNUMAKE) install ; c # ---------------------------------- .IF "$(COM)"=="GCC" BUILD_DIR= -MYCWD=$(shell @pwd)/$(INPATH)/misc/build +MYCWD=$(shell cygpath -m $(shell @pwd))/$(INPATH)/misc/build CC:=$(CC:s/guw.exe //) CXX:=$(CXX:s/guw.exe //) LDFLAGS:=-mno-cygwin |