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 | afd1b3a9ac844273b5c2c59016102c7eb594b5d0 (patch) | |
tree | 1291c09f64d4f76330abd892182f175ad4b29729 | |
parent | 9a88f6a9f8fcdd8017c2ffe799d648db687bbaa4 (diff) |
#i115639#ooo/DEV300_m94
-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 dce0b86a06..b53a04ec43 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 |