summaryrefslogtreecommitdiff
path: root/unoxml
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
commit17af6696e69039a9c49da3b2085a1720fd30ed31 (patch)
treef86b5d694af30df8a64ab253777d8a59dd258330 /unoxml
parent00beb628a0a6764cb3791789996763745f2eb273 (diff)
sb118: #i109791# improved CPPUNIT_CFLAGS handling
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/test/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/unoxml/test/makefile.mk b/unoxml/test/makefile.mk
index a1f5e25ca013..11fe8884befd 100644
--- a/unoxml/test/makefile.mk
+++ b/unoxml/test/makefile.mk
@@ -37,9 +37,7 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
-.IF "$(SYSTEM_CPPUNIT)"=="YES"
-CFLAGS+= $(CPPUNIT_CFLAGS)
-.ENDIF
+CFLAGSCXX += $(CPPUNIT_CFLAGS)
# --- Common ----------------------------------------------------------