You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/07/23 19:06:02 UTC

svn commit: r1150159 - /httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile

Author: sf
Date: Sat Jul 23 17:06:01 2011
New Revision: 1150159

URL: http://svn.apache.org/viewvc?rev=1150159&view=rev
Log:
Revert r1143222:

    Added creating ap_ldap.h for NetWare.


Modified:
    httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile

Modified: httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile?rev=1150159&r1=1150158&r2=1150159&view=diff
==============================================================================
--- httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile (original)
+++ httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile Sat Jul 23 17:06:01 2011
@@ -18,7 +18,6 @@ include $(AP_WORK)/build/NWGNUhead.inc
 
 FILES_prebuild_headers = \
 	$(SRC)/include/ap_config_layout.h \
-	$(SRC)/include/ap_ldap.h \
 	$(NWOS)/test_char.h \
 	$(PCRE)/config.h \
 	$(PCRE)/pcre.h \
@@ -60,10 +59,6 @@ $(SRC)/include/ap_config_layout.h: $(NWO
 	@echo Creating $@
 	$(call COPY,$<,$@)
 
-$(SRC)/include/ap_ldap.h: $(SRC)/include/ap_ldap.hnw
-	@echo Creating $@
-	$(call COPY,$<,$@)
-
 $(PCRE)/%.h: $(PCRE)/%.h.generic
 	@echo Creating $@
 	$(call COPY,$<,$@)
@@ -117,7 +112,6 @@ install :: nlms FORCE
 
 clean ::
 	$(call DEL,$(SRC)/include/ap_config_layout.h)
-	$(call DEL,$(SRC)/include/ap_ldap.h)
 	$(call DEL,$(PCRE)/config.h)
 	$(call DEL,$(PCRE)/pcre.h)
 	$(call DEL,$(DAV)/main/dav.imp)