summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2009-05-08 10:10:22 +0000
committerKurt Zenker <kz@openoffice.org>2009-05-08 10:10:22 +0000
commitd5d0ab7ad4cd024b0e17c5437999bdbee7f1746a (patch)
tree6889b6c112cd065934ce6c4fbfb8bb74c618a207 /python
parent57249bdb17fed3cc18185ac36c37b7cec426ab4f (diff)
#i101531# syntax fixed
Diffstat (limited to 'python')
-rw-r--r--python/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/makefile.mk b/python/makefile.mk
index 3cda228a3c2c..a84fccb6c9fc 100644
--- a/python/makefile.mk
+++ b/python/makefile.mk
@@ -117,11 +117,11 @@ BUILD_DIR=PCbuild
# Build python executable and then runs a minimal script. Running the minimal script
# ensures that certain *.pyc files are generated which would otherwise be created on
# solver during registration in insetoo_native
-.IF $(SYSBASE) != ""
+.IF "$(SYSBASE)" != ""
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32"
.ELSE
BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32"
-.ENDIF # $(SYSBASE) != ""
+.ENDIF # "$(SYSBASE)" != ""
.ENDIF
.ENDIF