summaryrefslogtreecommitdiffstats
path: root/tools/test
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-04 22:13:08 +0100
committersb <sb@openoffice.org>2010-03-04 22:13:08 +0100
commit1f8c841f58229855518cf09a3058288b0a65e403 (patch)
tree12c910e19875aa133629fb38cbbcd797ae9fb869 /tools/test
parentsb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too (diff)
downloadcore-1f8c841f58229855518cf09a3058288b0a65e403.tar.gz
core-1f8c841f58229855518cf09a3058288b0a65e403.zip
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'tools/test')
-rw-r--r--tools/test/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/test/makefile.mk b/tools/test/makefile.mk
index 7f00fe2748b3..ab2cfd8e6676 100644
--- a/tools/test/makefile.mk
+++ b/tools/test/makefile.mk
@@ -36,9 +36,7 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGS+= $(CPPUNIT_CFLAGS)
-.ENDIF
+CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Common ----------------------------------------------------------