summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-10-29 09:52:42 +0200
committersb <sb@openoffice.org>2010-10-29 09:52:42 +0200
commit6a8b1a61e7609d82f372e0e78b165e83522063b6 (patch)
treea9f83cb0589453104e54bddc6c361884b6c72099 /sal
parentc209176715846f062ef46038a37da9a48c6f8708 (diff)
sb132: #i114840# $(CPPUNITTESTER) is not yet available while building sal
Diffstat (limited to 'sal')
-rw-r--r--sal/qa/rtl/math/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/sal/qa/rtl/math/makefile.mk b/sal/qa/rtl/math/makefile.mk
index fc0a1004f829..59f2ecc495bb 100644
--- a/sal/qa/rtl/math/makefile.mk
+++ b/sal/qa/rtl/math/makefile.mk
@@ -25,6 +25,10 @@
#
#***********************************************************************/
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
+nothing .PHONY:
+.ELSE
+
PRJ = ../../..
PRJNAME = sal
TARGET = qa_rtl_profile
@@ -47,3 +51,5 @@ SLOFILES = $(SHL1OBJS)
.INCLUDE: target.mk
.INCLUDE: _cppunit.mk
+
+.END