| author | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 12:47:20 (GMT) |
|---|---|---|
| committer | Stephan Bergmann <sbergman@redhat.com> | 2012-08-14 12:47:20 (GMT) |
| commit | d72568fc7d2680107c8f86f777bc6f55e5f09ae7 (patch) (side-by-side diff) | |
| tree | 5ad517c56bd2dce7262274625451ab745388c07b | |
| parent | 629dd9dae17b902b53839842929fcff4b836b47a (diff) | |
| download | core-d72568fc7d2680107c8f86f777bc6f55e5f09ae7.zip core-d72568fc7d2680107c8f86f777bc6f55e5f09ae7.tar.gz | |
Fix condition
Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340
| -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 46646b0..752f625 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 |
