summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-07-23 17:06:01 +0000
committerStefan Fritsch <sf@apache.org>2011-07-23 17:06:01 +0000
commitc1a5a68b263c7b82d10afa8d1c6fb1a141673df6 (patch)
tree3e171ab2e6cc5f562193c66b3c2603faafc24b60
parent47e13744e86d857ea189e020b8a3221c184883f8 (diff)
downloadhttpd-c1a5a68b263c7b82d10afa8d1c6fb1a141673df6.tar.gz
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
-rw-r--r--build/NWGNUmakefile6
1 files changed, 0 insertions, 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)