]> granicus.if.org Git - apache/commitdiff
Make sure that we clean up the ldap module folder.
authorGuenter Knauf <fuankg@apache.org>
Fri, 17 Aug 2012 11:31:44 +0000 (11:31 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 17 Aug 2012 11:31:44 +0000 (11:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1374199 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index 0e87b42b2a9ed54f60ad1f7a1f26ac6f3f18a442..56ba7abcc1f52b4f416ae8e5248eb4396de5fb2f 100644 (file)
@@ -13,8 +13,12 @@ include $(AP_WORK)/build/NWGNUenvironment.inc
 ifeq "$(wildcard $(APRUTIL)/include/apr_ldap.h)" "$(APRUTIL)/include/apr_ldap.h"
 WITH_LDAP = $(shell $(AWK) '/^\#define APR_HAS_LDAP /{print $$3}' $(APRUTIL)/include/apr_ldap.h)
 else
+ifeq "$(MAKECMDGOALS)" "clean"
+WITH_LDAP = 1
+else
 WITH_LDAP = 0
 endif
+endif
 
 # If USE_STDSOCKETS is defined we allways build mod_ssl
 ifdef USE_STDSOCKETS