diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-18 14:06:33 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-11-18 14:06:33 +0100 |
commit | 31357d2dc34b8d95afbfc7d9e812dc94d072b7ae (patch) | |
tree | e1fb12a55314e9361b0db656f256b783a79c1448 /sfx2/qa | |
parent | 6f5852af8c47f6340379b60d23fcd0eec8b24559 (diff) |
undoapi: committed fixed for #i115639#, which has been applied as master fix to DEV300.m94
Diffstat (limited to 'sfx2/qa')
-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 |