summaryrefslogtreecommitdiff
path: root/vcl/util
diff options
context:
space:
mode:
authorHerbert Duerr <hdu@openoffice.org>2002-06-18 08:52:26 +0000
committerHerbert Duerr <hdu@openoffice.org>2002-06-18 08:52:26 +0000
commitf44e477037cd7a057f9999e7cce286e1363e6e1b (patch)
tree90f79b8e6c33346010581683a1c5b35b138ff1e6 /vcl/util
parent5c5de00e794568f4d4f483aae5f91eb8eb12a7ba (diff)
#100433# build dependencies correctly
Diffstat (limited to 'vcl/util')
-rw-r--r--vcl/util/makefile.pmk8
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/util/makefile.pmk b/vcl/util/makefile.pmk
index 1988a0c512c1..e76b643241c0 100644
--- a/vcl/util/makefile.pmk
+++ b/vcl/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: hdu $ $Date: 2002-04-23 07:42:52 $
+# last change: $Author: hdu $ $Date: 2002-06-18 09:52:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -78,11 +78,11 @@ USE_BUILTIN_RASTERIZER=true
.ENDIF
.IF "$(USE_BUILTIN_RASTERIZER)" != ""
-ENVCFLAGS += -DUSE_BUILTIN_RASTERIZER
+ENVCDEFS += -DUSE_BUILTIN_RASTERIZER
.ENDIF
ENABLE_CTL=true
.IF "$(ENABLE_CTL)" != ""
-ENVCFLAGS += -DENABLE_CTL
+ENVCDEFS += -DENABLE_CTL
.ENDIF