From: Guenter Knauf Date: Tue, 20 Dec 2011 11:55:03 +0000 (+0000) Subject: Some cosmetic NetWare makefile tweaks. X-Git-Tag: 2.2.22~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c09609beae0d147341129a2a9004419cd7adb52;p=thirdparty%2Fapache%2Fhttpd.git Some cosmetic NetWare makefile tweaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1221213 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/debug/NWGNUmodbucketeer b/modules/debug/NWGNUmodbucketeer index 8fe0b7a5ef8..677f5b1e775 100644 --- a/modules/debug/NWGNUmodbucketeer +++ b/modules/debug/NWGNUmodbucketeer @@ -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) # diff --git a/modules/debug/NWGNUmoddumpio b/modules/debug/NWGNUmoddumpio index 3652e9ce7cc..48ebe738dcc 100644 --- a/modules/debug/NWGNUmoddumpio +++ b/modules/debug/NWGNUmoddumpio @@ -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) #