1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-05 16:55:50 +03:00

Some cosmetic NetWare makefile tweaks.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1221213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guenter Knauf
2011-12-20 11:55:03 +00:00
parent 3db3bf501c
commit 94f1766d3b
2 changed files with 4 additions and 4 deletions

View File

@@ -97,7 +97,7 @@ NLM_NAME = modbucketeer
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used. # 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, # This is used by the '-threadname' directive. If left blank,
@@ -148,7 +148,7 @@ XDCDATA =
# If there is an NLM target, put it here # If there is an NLM target, put it here
# #
TARGET_nlm = \ TARGET_nlm = \
$(OBJDIR)/modbucketeer.nlm \ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST) $(EOLIST)
# #

View File

@@ -97,7 +97,7 @@ NLM_NAME = moddumpio
# This is used by the link '-desc ' directive. # This is used by the link '-desc ' directive.
# If left blank, NLM_NAME will be used. # 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, # This is used by the '-threadname' directive. If left blank,
@@ -148,7 +148,7 @@ XDCDATA =
# If there is an NLM target, put it here # If there is an NLM target, put it here
# #
TARGET_nlm = \ TARGET_nlm = \
$(OBJDIR)/moddumpio.nlm \ $(OBJDIR)/$(NLM_NAME).nlm \
$(EOLIST) $(EOLIST)
# #