summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-14 14:47:20 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-14 14:47:20 +0200
commitd72568fc7d2680107c8f86f777bc6f55e5f09ae7 (patch)
tree5ad517c56bd2dce7262274625451ab745388c07b /xmlsecurity
parent629dd9dae17b902b53839842929fcff4b836b47a (diff)
Fix condition
Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index 46646b048a88..752f625135a0 100644
--- a/xmlsecurity/Module_xmlsecurity.mk
+++ b/xmlsecurity/Module_xmlsecurity.mk
@@ -32,7 +32,7 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\
AllLangResTarget_xsec \
Library_xmlsecurity \
Library_xsec_fw \
- $(ifneq ($(filter-out IOS ANDROID,$(OS)),),Library_xsec_xmlsec) \
+ $(if $(filter-out IOS ANDROID,$(OS)),Library_xsec_xmlsec) \
))
#FIXME: ^^^, get nss&libxmlsec building on ios and android