summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2002-07-24 11:03:56 +0000
committerArmin Theissen <armin@openoffice.org>2002-07-24 11:03:56 +0000
commitd8d1e73d6dc28ce02ffb8d8cf2594b1f0a750a56 (patch)
tree87a05737fe9878654ed00614d911a609f4e6f1eb /stlport
parent802fe7cfd1f0b8a2f70ec393e306edc640b28082 (diff)
removed ticks around batch parameter again - must have been re-introduced by accident
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index c0ee095b2330..dccff01d46c7 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.14 $
+# $Revision: 1.15 $
#
-# last change: $Author: hjs $ $Date: 2002-07-09 11:57:02 $
+# last change: $Author: armin $ $Date: 2002-07-24 12:03:56 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -147,9 +147,9 @@ OUT2LIB= \
.IF "$(GUI)"=="WNT"
$(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
.IF "$(USE_SHELL)"=="4nt"
- +win32_custom.bat $(PACKAGE_DIR) "$(BACK_PATH)" && $(TOUCH) $@
+ +win32_custom.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ELSE # "$(USE_SHELL)"=="4nt"
- +win32_custom.sh $(PACKAGE_DIR) "$(BACK_PATH)" && $(TOUCH) $@
+ +win32_custom.sh $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
.ENDIF # "$(USE_SHELL)"=="4nt"
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch