summaryrefslogtreecommitdiff
path: root/cppuhelper
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-01 21:05:58 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-01 21:06:42 +0300
commitff6072a39712005360728720f49fb54ad27487c5 (patch)
tree5c3d4a15a1a2a1d49e5c587b69c937debbf88ec0 /cppuhelper
parent7ff697bc1352d55bb26ca59b6345b7da5ad16152 (diff)
Nah, these must be subsequent tests also for iOS
Diffstat (limited to 'cppuhelper')
-rw-r--r--cppuhelper/qa/propertysetmixin/makefile.mk2
-rw-r--r--cppuhelper/qa/static/makefile.mk6
2 files changed, 7 insertions, 1 deletions
diff --git a/cppuhelper/qa/propertysetmixin/makefile.mk b/cppuhelper/qa/propertysetmixin/makefile.mk
index 6f43fc740fb7..da794dbccb16 100644
--- a/cppuhelper/qa/propertysetmixin/makefile.mk
+++ b/cppuhelper/qa/propertysetmixin/makefile.mk
@@ -25,7 +25,7 @@
#
#*************************************************************************
-.IF "$(OOO_SUBSEQUENT_TESTS)" == "" && "$(OS)" != "IOS"
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
nothing .PHONY:
.ELSE
diff --git a/cppuhelper/qa/static/makefile.mk b/cppuhelper/qa/static/makefile.mk
index b9c5e2d9a49f..1eb7d1f299fc 100644
--- a/cppuhelper/qa/static/makefile.mk
+++ b/cppuhelper/qa/static/makefile.mk
@@ -25,6 +25,10 @@
#
#***********************************************************************/
+.IF "$(OOO_SUBSEQUENT_TESTS)" == ""
+nothing .PHONY:
+.ELSE
+
PRJ = ../..
PRJNAME = cppuhelper
TARGET = cppuhelper_cppunittester_all
@@ -57,3 +61,5 @@ APP1STDLIBS = $(CPPUNITLIB) $(CPPULIB) $(SALLIB) $(SALHELPERLIB)
APP1TARGET = $(TARGET)
.INCLUDE: target.mk
+
+.ENDIF