diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 14:47:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 14:47:20 +0200 |
commit | d72568fc7d2680107c8f86f777bc6f55e5f09ae7 (patch) | |
tree | 5ad517c56bd2dce7262274625451ab745388c07b /xmlsecurity | |
parent | 629dd9dae17b902b53839842929fcff4b836b47a (diff) |
Fix condition
Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 2 |
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 |