summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libxslt/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/libxslt/makefile.mk b/libxslt/makefile.mk
index 23894b84d012..ed80d22e7d48 100644
--- a/libxslt/makefile.mk
+++ b/libxslt/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: obo $ $Date: 2008-01-04 14:56:44 $
+# last change: $Author: vg $ $Date: 2008-03-18 14:43:57 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -67,6 +67,9 @@ CONFIGURE_FLAGS=--enable-ipv6=no --without-crypto --without-python --enable-stat
BUILD_ACTION=$(GNUMAKE)
BUILD_FLAGS+= -j$(EXTMAXPROCESS)
BUILD_DIR=$(CONFIGURE_DIR)
+.IF "$(GUI)$(COM)"=="WNTGCC"
+.EXPORT : PWD
+.ENDIF
.ELSE
CONFIGURE_DIR=win32
CONFIGURE_ACTION=cscript configure.js