Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 92945 invoked from network); 2 Nov 2007 14:05:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2007 14:05:42 -0000 Received: (qmail 71353 invoked by uid 500); 2 Nov 2007 14:05:30 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 71317 invoked by uid 500); 2 Nov 2007 14:05:30 -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 71306 invoked by uid 99); 2 Nov 2007 14:05:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 07:05:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2007 14:05:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6A1301A9832; Fri, 2 Nov 2007 07:05:21 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r591337 - /apr/apr/trunk/build/NWGNUmakefile Date: Fri, 02 Nov 2007 14:05:20 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071102140521.6A1301A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Fri Nov 2 07:05:19 2007 New Revision: 591337 URL: http://svn.apache.org/viewvc?rev=591337&view=rev Log: fixed header target order. Modified: apr/apr/trunk/build/NWGNUmakefile Modified: apr/apr/trunk/build/NWGNUmakefile URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/NWGNUmakefile?rev=591337&r1=591336&r2=591337&view=diff ============================================================================== --- apr/apr/trunk/build/NWGNUmakefile (original) +++ apr/apr/trunk/build/NWGNUmakefile Fri Nov 2 07:05:19 2007 @@ -57,10 +57,6 @@ @echo Creating $(subst /,\,$@) copy $< $(subst /,\,$(APR))\include\$(@F) -$(APRUTIL)/include/%.h: $(subst /,\,$(APRUTIL))\include\%.hnw - @echo Creating $(subst /,\,$@) - copy $< $(subst /,\,$(APRUTIL))\include\$(@F) - $(APRUTIL)/include/private/%.h: $(subst /,\,$(APRUTIL))\include\private\%.hnw @echo Creating $(subst /,\,$@) copy $< $(subst /,\,$(APRUTIL))\include\private\$(@F) @@ -68,6 +64,10 @@ $(APRUTIL)/include/private/%.h: $(subst /,\,$(APRUTIL))\include\private\%.hw @echo Creating $(subst /,\,$@) copy $< $(subst /,\,$(APRUTIL))\include\private\$(@F) + +$(APRUTIL)/include/%.h: $(subst /,\,$(APRUTIL))\include\%.hnw + @echo Creating $(subst /,\,$@) + copy $< $(subst /,\,$(APRUTIL))\include\$(@F) $(APRUTIL)/xml/expat/lib/%.h: $(subst /,\,$(APRUTIL))\xml\expat\lib\%.hnw @echo Creating $(subst /,\,$@)