summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2000-12-22 09:38:35 +0000
committerDaniel Boelzle <dbo@openoffice.org>2000-12-22 09:38:35 +0000
commit9627f037cb3c37ab09d9c4ec7de7a95745d2e32f (patch)
tree9224d50eee739e6359d41557d99e29af20d0d0cc
parentbd051fffa5d5d0c3442b368e230080349015f87d (diff)
forgot CPPUMAKERFLAGS = -C
-rw-r--r--cppu/test/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/cppu/test/makefile.mk b/cppu/test/makefile.mk
index f5564bbe4926..8971029fd73d 100644
--- a/cppu/test/makefile.mk
+++ b/cppu/test/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: dbo $ $Date: 2000-12-21 16:18:01 $
+# last change: $Author: dbo $ $Date: 2000-12-22 10:38:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -83,7 +83,7 @@ INCPRE+= $(OUT)$/inc$/test
OBJFILES= \
$(OBJ)$/testcppu.obj \
- $(OBJ)$/test_di.obj \
+ $(OBJ)$/test_di.obj \
$(OBJ)$/test_Cincludes.obj
# $(OBJ)$/test_sec.obj \
@@ -128,7 +128,7 @@ CFLAGS += /Ob0
.INCLUDE : target.mk
-CPPUMAKERFLAGS =
+CPPUMAKERFLAGS = -C
.IF "$(COM)" == "MSC"
CPPUMAKERFLAGS = -L
.ENDIF