summaryrefslogtreecommitdiffstats
path: root/modules/debugging
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-12-20 12:55:03 +0100
committerGuenter Knauf <fuankg@apache.org>2011-12-20 12:55:03 +0100
commit94f1766d3b674f0f48a61f49fe8fe7fe2bd9e27c (patch)
tree3cf571b8f74b11601b931d17d21d27d31659aaf8 /modules/debugging
parentMake mod_lua compile with lua 5.2.x. (diff)
downloadapache2-94f1766d3b674f0f48a61f49fe8fe7fe2bd9e27c.tar.xz
apache2-94f1766d3b674f0f48a61f49fe8fe7fe2bd9e27c.zip
Some cosmetic NetWare makefile tweaks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r--modules/debugging/NWGNUmodbucketeer4
-rw-r--r--modules/debugging/NWGNUmoddumpio4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/debugging/NWGNUmodbucketeer b/modules/debugging/NWGNUmodbucketeer
index 54cdac6f16..22a2d1101e 100644
--- a/modules/debugging/NWGNUmodbucketeer
+++ b/modules/debugging/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/debugging/NWGNUmoddumpio b/modules/debugging/NWGNUmoddumpio
index 4d4a9848f3..b09fa05c86 100644
--- a/modules/debugging/NWGNUmoddumpio
+++ b/modules/debugging/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)
#