diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-03-04 00:11:19 +0100 |
commit | ac02cff0a3dd3d0bfb045407469d049ecb47bc92 (patch) | |
tree | b34112d407357bb022484415a6d932e8753611d4 /sal/qa/rtl/bootstrap/makefile.mk | |
parent | 3b9036d06f7a2030846a9b7ba2f6356fc443fea8 (diff) |
sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too
Diffstat (limited to 'sal/qa/rtl/bootstrap/makefile.mk')
-rw-r--r-- | sal/qa/rtl/bootstrap/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sal/qa/rtl/bootstrap/makefile.mk b/sal/qa/rtl/bootstrap/makefile.mk index e17f3c410..a678b0f18 100644 --- a/sal/qa/rtl/bootstrap/makefile.mk +++ b/sal/qa/rtl/bootstrap/makefile.mk @@ -50,6 +50,11 @@ MY_SCRIPTCAT=tr -d "\015" < CFLAGS+= $(LFS_CFLAGS) CXXFLAGS+= $(LFS_CFLAGS) +.IF "$(SYSTEM_CPPUNIT)"=="YES" +CFLAGS+= $(CPPUNIT_CFLAGS) +CXXFLAGS+= $(CPPUNIT_CFLAGS) +.ENDIF + # BEGIN ---------------------------------------------------------------- # auto generated Target:joblist by codegen.pl SHL1OBJS= \ |