]> granicus.if.org Git - apache/commitdiff
Revert r1143222:
authorStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:06:01 +0000 (17:06 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 23 Jul 2011 17:06:01 +0000 (17:06 +0000)
    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

index e023f84bb30c6d23d271be989093154fb8e408c0..8e588aeae733aeea4854b4df0e6b0a07d6670c1d 100644 (file)
@@ -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)