From 34d420d5843d57109d34d8ab62111894ad8b5269 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Sat, 12 Nov 2011 05:44:53 +0000 Subject: [PATCH] No functional change: Choose consistent comments and remove explicit module names, because those references easily get outdated. Backport of r1201194 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201195 13f79535-47bb-0310-9956-ffa450edef68 --- modules/examples/NWGNUmakefile | 2 +- modules/experimental/NWGNUmakefile | 2 +- modules/test/NWGNUmakefile | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/examples/NWGNUmakefile b/modules/examples/NWGNUmakefile index ee395c0e44..5d716aec54 100644 --- a/modules/examples/NWGNUmakefile +++ b/modules/examples/NWGNUmakefile @@ -151,7 +151,7 @@ XDCDATA = # # If there is an NLM target, put it here # -# If there is only onle element to build it needs to be included twice +# If there is only one element to build it needs to be included twice # in the below target list. # Normally if there is only one element to be built within a # directory, the makefile for the single element would be called NWGNUmakefile. diff --git a/modules/experimental/NWGNUmakefile b/modules/experimental/NWGNUmakefile index f43cec821a..fb5be35df9 100644 --- a/modules/experimental/NWGNUmakefile +++ b/modules/experimental/NWGNUmakefile @@ -151,7 +151,7 @@ XDCDATA = # # If there is an NLM target, put it here # -# If there is only onle element to build it needs to be included twice +# If there is only one element to build it needs to be included twice # in the below target list. # Normally if there is only one element to be built within a # directory, the makefile for the single element would be called NWGNUmakefile. diff --git a/modules/test/NWGNUmakefile b/modules/test/NWGNUmakefile index 1afb7af971..a161c7395d 100644 --- a/modules/test/NWGNUmakefile +++ b/modules/test/NWGNUmakefile @@ -151,16 +151,16 @@ XDCDATA = # # If there is an NLM target, put it here # -# We are referencing substitute.nlm twice to get around a known issue with the -# makefiles. Normally if there is only one element to be built within a +# If there is only one element to build it needs to be included twice +# in the below target list. +# Normally if there is only one element to be built within a # directory, the makefile for the single element would be called NWGNUmakefile. # But if there are multiples, the parent NWGNUmakefile must reference more # than one submakefile. Because the experimental directory might vary in the # 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 substitute.nlm should be removed. -TARGET_nlm = \ - $(OBJDIR)/optfnexport.nlm \ +# submakefile is added, the extra reference to the first NLM should be removed. +$(OBJDIR)/optfnexport.nlm \ $(OBJDIR)/optfnimport.nlm \ $(OBJDIR)/opthookexport.nlm \ $(OBJDIR)/opthookimport.nlm \ -- 2.40.0