summaryrefslogtreecommitdiff
path: root/stlport
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-03-19 15:00:23 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-03-19 15:00:23 +0000
commit6714ebd76eb212f5077bfa2dd6238767066862d1 (patch)
treee4ade246f2c5bf1061bebde1b5225871ab7643b5 /stlport
parent98f2846c64f258fc0202954479e8fa6fcc0194d2 (diff)
removed ticks around batch parameter
Diffstat (limited to 'stlport')
-rw-r--r--stlport/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/stlport/makefile.mk b/stlport/makefile.mk
index 172f9ae6a9b6..1fa9f33756f4 100644
--- a/stlport/makefile.mk
+++ b/stlport/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hr $ $Date: 2002-03-04 15:44:55 $
+# last change: $Author: hjs $ $Date: 2002-03-19 16:00:23 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -137,7 +137,7 @@ OUT2LIB= \
.IF "$(GUI)"=="WNT"
$(PACKAGE_DIR)$/so_custom_patch : $(PACKAGE_DIR)$/$(PATCH_FLAG_FILE)
- +win32_custom.bat $(PACKAGE_DIR) "$(BACK_PATH)" && $(TOUCH) $@
+ +win32_custom.bat $(PACKAGE_DIR) $(BACK_PATH) && $(TOUCH) $@
$(PACKAGE_DIR)$/$(CONFIGURE_FLAG_FILE) : $(PACKAGE_DIR)$/so_custom_patch
.ENDIF # "$(GUI)"=="WNT"