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 4943A978C for ; Mon, 14 Nov 2011 15:10:10 +0000 (UTC) Received: (qmail 69592 invoked by uid 500); 14 Nov 2011 15:10:10 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 69547 invoked by uid 500); 14 Nov 2011 15:10:10 -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 69540 invoked by uid 99); 14 Nov 2011 15:10:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Nov 2011 15:10:10 +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; Mon, 14 Nov 2011 15:10:07 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A266A23888EA; Mon, 14 Nov 2011 15:09:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1201743 - in /httpd/httpd: branches/2.4.x/modules/test/NWGNUmakefile trunk/modules/test/NWGNUmakefile Date: Mon, 14 Nov 2011 15:09:45 -0000 To: cvs@httpd.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111114150945.A266A23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Mon Nov 14 15:09:45 2011 New Revision: 1201743 URL: http://svn.apache.org/viewvc?rev=1201743&view=rev Log: Fixed broken NWGNUmakefile introduced with r1201194, r1201195. Modified: httpd/httpd/branches/2.4.x/modules/test/NWGNUmakefile httpd/httpd/trunk/modules/test/NWGNUmakefile Modified: httpd/httpd/branches/2.4.x/modules/test/NWGNUmakefile URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/modules/test/NWGNUmakefile?rev=1201743&r1=1201742&r2=1201743&view=diff ============================================================================== --- httpd/httpd/branches/2.4.x/modules/test/NWGNUmakefile (original) +++ httpd/httpd/branches/2.4.x/modules/test/NWGNUmakefile Mon Nov 14 15:09:45 2011 @@ -160,7 +160,8 @@ XDCDATA = # number of submakefiles, but for the moment only contains one, we reference # it twice to allow it parent NWGNUmakefile to work properly. If another # submakefile is added, the extra reference to the first NLM should be removed. -$(OBJDIR)/optfnexport.nlm \ +TARGET_nlm = \ + $(OBJDIR)/optfnexport.nlm \ $(OBJDIR)/optfnimport.nlm \ $(OBJDIR)/opthookexport.nlm \ $(OBJDIR)/opthookimport.nlm \ Modified: httpd/httpd/trunk/modules/test/NWGNUmakefile URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/test/NWGNUmakefile?rev=1201743&r1=1201742&r2=1201743&view=diff ============================================================================== --- httpd/httpd/trunk/modules/test/NWGNUmakefile (original) +++ httpd/httpd/trunk/modules/test/NWGNUmakefile Mon Nov 14 15:09:45 2011 @@ -160,7 +160,8 @@ XDCDATA = # number of submakefiles, but for the moment only contains one, we reference # it twice to allow it parent NWGNUmakefile to work properly. If another # submakefile is added, the extra reference to the first NLM should be removed. -$(OBJDIR)/optfnexport.nlm \ +TARGET_nlm = \ + $(OBJDIR)/optfnexport.nlm \ $(OBJDIR)/optfnimport.nlm \ $(OBJDIR)/opthookexport.nlm \ $(OBJDIR)/opthookimport.nlm \