From: Guenter Knauf Date: Mon, 14 Nov 2011 15:09:45 +0000 (+0000) Subject: Fixed broken NWGNUmakefile introduced with r1201194, r1201195. X-Git-Tag: 2.5.0-alpha~7898 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d4bf43429a9f9b5226b752a4247f6a42f020c55;p=apache Fixed broken NWGNUmakefile introduced with r1201194, r1201195. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201743 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/test/NWGNUmakefile b/modules/test/NWGNUmakefile index a161c7395d..006a5197bd 100644 --- a/modules/test/NWGNUmakefile +++ b/modules/test/NWGNUmakefile @@ -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 \