]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Some cosmetic NetWare makefile tweaks.
authorGuenter Knauf <fuankg@apache.org>
Tue, 20 Dec 2011 11:55:03 +0000 (11:55 +0000)
committerGuenter Knauf <fuankg@apache.org>
Tue, 20 Dec 2011 11:55:03 +0000 (11:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1221213 13f79535-47bb-0310-9956-ffa450edef68

modules/debug/NWGNUmodbucketeer
modules/debug/NWGNUmoddumpio

index 8fe0b7a5ef803e3e24ed4c9f7f18bc68310fd348..677f5b1e775b3940fb0ecf941401a171bcfaad15 100644 (file)
@@ -97,7 +97,7 @@ NLM_NAME      = modbucketeer
 # This is used by the link '-desc ' directive. 
 # If left blank, NLM_NAME will be used.
 #
-NLM_DESCRIPTION        = Apache $(VERSION_STR) Debugging IO Module
+NLM_DESCRIPTION        = Apache $(VERSION_STR) Bucketeer Module
 
 #
 # This is used by the '-threadname' directive.  If left blank,
@@ -148,7 +148,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/modbucketeer.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #
index 3652e9ce7cc3e715702ffa9f4c7334c858461252..48ebe738dcc021434072f21b1392d8228bf849aa 100644 (file)
@@ -97,7 +97,7 @@ NLM_NAME      = moddumpio
 # This is used by the link '-desc ' directive. 
 # If left blank, NLM_NAME will be used.
 #
-NLM_DESCRIPTION        = Apache $(VERSION_STR) Debugging IO Module
+NLM_DESCRIPTION        = Apache $(VERSION_STR) DumpIO Module
 
 #
 # This is used by the '-threadname' directive.  If left blank,
@@ -148,7 +148,7 @@ XDCDATA             =
 # If there is an NLM target, put it here
 #
 TARGET_nlm = \
-       $(OBJDIR)/moddumpio.nlm \
+       $(OBJDIR)/$(NLM_NAME).nlm \
        $(EOLIST)
 
 #