summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-02-06 12:26:13 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-02-06 12:26:13 +0000
commit71592adf7e85df75fc0e302e293666445a2f7452 (patch)
tree1a558f4c30ea9f596a1f07555060a8f92656d54c /vcl/util
parent18d02ec56ebe4e8e9ede89bc9e6528b57a867a48 (diff)
corrected used macro
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index cdeee91649ee..a852e672f7ba 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: pluby $ $Date: 2001-01-31 23:34:50 $
+# last change: $Author: hjs $ $Date: 2001-02-06 13:26:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -70,7 +70,7 @@ GUIBASE=aqua
.IF "$(BUILD_SOSL)" == ""
.IF "$(USE_XPRINTER)" == ""
.IF "$(OS)" != "MACOSX"
-ENVCFLAGS += -DUSE_PSPRINT
+CFLAGSDEFS += -DUSE_PSPRINT
PSPRINT=true
.ENDIF
.ENDIF