Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CFE336AEE for ; Sat, 23 Jul 2011 17:06:24 +0000 (UTC) Received: (qmail 65110 invoked by uid 500); 23 Jul 2011 17:06:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 64988 invoked by uid 500); 23 Jul 2011 17:06:23 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 64980 invoked by uid 99); 23 Jul 2011 17:06:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 17:06:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2011 17:06:22 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 66F7623888CF; Sat, 23 Jul 2011 17:06:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1150159 - /httpd/httpd/branches/revert-ap-ldap/build/NWGNUmakefile Date: Sat, 23 Jul 2011 17:06:02 -0000 To: cvs@httpd.apache.org From: sf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110723170602.66F7623888CF@eris.apache.org> 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)