From 9c8f43392845279032831626e11b5869c6b0bcbe Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 4 Feb 2008 11:57:14 +0000 Subject: 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 --- python/makefile.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') 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 -- cgit v1.2.3