]> granicus.if.org Git - apache/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.4.x@1221213 13f79535-47bb-0310-9956-ffa450edef68

modules/debugging/NWGNUmodbucketeer
modules/debugging/NWGNUmoddumpio

index 54cdac6f167103ee434be785bd264a90a659f9ed..22a2d1101ed6cd73e19be904deb62da41f511516 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 4d4a9848f329242e3b9096528af06fcfbf9fc64c..b09fa05c8697ca920e9b7345702ec793dc0262f2 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)
 
 #