From d72568fc7d2680107c8f86f777bc6f55e5f09ae7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 14 Aug 2012 14:47:20 +0200 Subject: Fix condition Change-Id: I746778a0d0f229c65dca37bcf3fdae9dcebd4340 --- xmlsecurity/Module_xmlsecurity.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlsecurity') 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 -- cgit v1.2.3