summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-03 01:06:38 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-03 01:13:39 +0300
commit101ab08978b8f5858a09afbf2d6979b724b543db (patch)
tree577f7583d849859576157604b1fc158869ed9b19
parent70b15bb5c65d06625c188d3e7873fd19ab6d7278 (diff)
Simplify a bit now that gb_Module_add_check_targets is a no-op for iOS anyway
-rw-r--r--sax/Module_sax.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sax/Module_sax.mk b/sax/Module_sax.mk
index 325b78a897..b55aebe699 100644
--- a/sax/Module_sax.mk
+++ b/sax/Module_sax.mk
@@ -35,11 +35,11 @@ $(eval $(call gb_Module_add_targets,sax,\
Package_inc \
))
-ifneq ($(OS),IOS)
$(eval $(call gb_Module_add_check_targets,sax,\
CppunitTest_sax \
))
-else
+
+ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,sax,\
Executable_sax_cppunittester_all \
))