]> 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:32:53 +0000 (11:32 +0000)
committerGuenter Knauf <fuankg@apache.org>
Fri, 17 Aug 2012 11:32:53 +0000 (11:32 +0000)
(backport r1374199)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374202 13f79535-47bb-0310-9956-ffa450edef68

modules/NWGNUmakefile

index b929d01a541f7c4ffca875523768b4d3814807dd..0ec061ef77a7dfe25e052d1a05de9b52a28f96b3 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