diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-11-17 18:31:31 +0100 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-11-17 18:31:31 +0100 |
commit | 94753953df87e4d761ff9fa30333dc02994f6d3f (patch) | |
tree | bfdaf85029129fcc337fdbdfbe607b2ecc610e32 /sfx2 | |
parent | 5f635d7b40ccdb464c9fda2030e3c93dac4ecfab (diff) |
#i115639#
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m94
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/qa/cppunit/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sfx2/qa/cppunit/makefile.mk b/sfx2/qa/cppunit/makefile.mk index dce0b86a0619..b53a04ec43f9 100644 --- a/sfx2/qa/cppunit/makefile.mk +++ b/sfx2/qa/cppunit/makefile.mk @@ -25,6 +25,10 @@ # #************************************************************************* +.IF "$(OOO_SUBSEQUENT_TESTS)" == "" +nothing .PHONY: +.ELSE + PRJ=../.. PRJNAME=sfx2 TARGET=qa_cppunit @@ -79,3 +83,4 @@ SLOFILES= \ .INCLUDE : target.mk .INCLUDE : _cppunit.mk +.END |