Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 29011 invoked from network); 1 Oct 2010 02:23:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 02:23:15 -0000 Received: (qmail 93337 invoked by uid 500); 1 Oct 2010 02:23:15 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 93283 invoked by uid 500); 1 Oct 2010 02:23:15 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 93276 invoked by uid 99); 1 Oct 2010 02:23:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 02:23:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Fri, 01 Oct 2010 02:23:13 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE87B238890B; Fri, 1 Oct 2010 02:22:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003357 - /apr/apr/branches/1.3.x/build/NWGNUmakefile Date: Fri, 01 Oct 2010 02:22:53 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101001022253.AE87B238890B@eris.apache.org> Author: fuankg Date: Fri Oct 1 02:22:53 2010 New Revision: 1003357 URL: http://svn.apache.org/viewvc?rev=1003357&view=rev Log: fixed NetWare expat build. Modified: apr/apr/branches/1.3.x/build/NWGNUmakefile Modified: apr/apr/branches/1.3.x/build/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/build/NWGNUmakefile?rev=1003357&r1=1003356&r2=1003357&view=diff ============================================================================== --- apr/apr/branches/1.3.x/build/NWGNUmakefile (original) +++ apr/apr/branches/1.3.x/build/NWGNUmakefile Fri Oct 1 02:22:53 2010 @@ -22,8 +22,7 @@ FILES_prebuild_headers = \ $(APRUTIL)/include/apr_ldap.h \ $(APRUTIL)/include/private/apu_config.h \ $(APRUTIL)/include/private/apu_select_dbm.h \ - $(APRUTIL)/xml/expat/lib/expat.h \ - $(APRUTIL)/xml/expat/lib/config.h \ + $(APRUTIL)/xml/expat/lib/expat_config.h \ $(EOLIST) nlms :: $(APR)/aprlib.imp @@ -73,10 +72,6 @@ $(APRUTIL)/xml/expat/lib/%.h: $(subst /, @echo Creating $(subst /,\,$@) $(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F) -$(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.h.in - @echo Creating $(subst /,\,$@) - $(CP) $< $(subst /,\,$(APRUTIL))\xml\expat\lib\$(@F) - # # You can use this target if all that is needed is to copy files to the # installation area @@ -94,8 +89,7 @@ clean :: $(CHK) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(DEL) $(subst /,\,$(APRUTIL))\include\apr_ldap.h $(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_config.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_config.h $(CHK) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h $(DEL) $(subst /,\,$(APRUTIL))\include\private\apu_select_dbm.h - $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat.h - $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\config.h + $(CHK) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h $(DEL) $(subst /,\,$(APRUTIL))\xml\expat\lib\expat_config.h $(CHK) $(subst /,\,$(APR))\aprlib.imp $(DEL) $(subst /,\,$(APR))\aprlib.imp #