From: Guenter Knauf Date: Fri, 17 Aug 2012 11:32:53 +0000 (+0000) Subject: Make sure that we clean up the ldap module folder. X-Git-Tag: 2.4.3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e446c4a766eee942fee499d2a88f1047c7f9c5e3;p=apache Make sure that we clean up the ldap module folder. (backport r1374199) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1374202 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/NWGNUmakefile b/modules/NWGNUmakefile index b929d01a54..0ec061ef77 100644 --- a/modules/NWGNUmakefile +++ b/modules/NWGNUmakefile @@ -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