From c1a5a68b263c7b82d10afa8d1c6fb1a141673df6 Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sat, 23 Jul 2011 17:06:01 +0000 Subject: [PATCH] Revert r1143222: Added creating ap_ldap.h for NetWare. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/revert-ap-ldap@1150159 13f79535-47bb-0310-9956-ffa450edef68 --- build/NWGNUmakefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build/NWGNUmakefile b/build/NWGNUmakefile index e023f84bb3..8e588aeae7 100644 --- a/build/NWGNUmakefile +++ b/build/NWGNUmakefile @@ -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: $(NWOS)/netware_config_layout.h @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) -- 2.40.0