summaryrefslogtreecommitdiffstats
path: root/python/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'python/makefile.mk')
-rw-r--r--python/makefile.mk6
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