Skip to content

Commit a448a32

Browse files
author
Guenter Knauf
committed
minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@563233 13f79535-47bb-0310-9956-ffa450edef68
1 parent 911e4fe commit a448a32

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

srclib/pcre/NWGNUmakefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,13 @@ endif
109109
# This is used by the link 'name' directive to name the nlm. If left blank
110110
# TARGET_nlm (see below) will be used.
111111
#
112-
NLM_NAME = dftables
112+
NLM_NAME = dftables
113113

114114
#
115115
# This is used by the link '-desc ' directive.
116116
# If left blank, NLM_NAME will be used.
117117
#
118-
NLM_DESCRIPTION = Generate character tables
118+
NLM_DESCRIPTION = APR $(VERSION_STR) Generate character tables
119119

120120
#$(FILES_prebuild_headers)
121121
# This is used by the '-threadname' directive. If left blank,
@@ -127,7 +127,7 @@ NLM_THREAD_NAME = dftables
127127
# If this is specified, it will override VERSION value in
128128
# $(APR_WORK)\build\NWGNUenvironment.inc
129129
#
130-
NLM_VERSION = 1,0,0
130+
NLM_VERSION =
131131

132132
#
133133
# If this is specified, it will override the default of 64K
@@ -152,14 +152,14 @@ NLM_CHECK_SYM =
152152
#
153153
# If this is specified it will be used by the link '-flags' directive
154154
#
155-
NLM_FLAGS = PSEUDOPREEMPTION
155+
NLM_FLAGS = PSEUDOPREEMPTION
156156

157157
#
158158
# If this is specified it will be linked in with the XDCData option in the def
159159
# file instead of the default of $(APR)/misc/netware/apr.xdc. XDCData can
160160
# be disabled by setting APACHE_UNIPROC in the environment
161161
#
162-
XDCDATA =
162+
XDCDATA =
163163

164164
#
165165
# Declare all target files (you must add your files here)
@@ -230,7 +230,7 @@ FILES_nlm_Ximports = \
230230
#
231231
FILES_nlm_exports = \
232232
$(EOLIST)
233-
233+
234234
#
235235
# These are the OBJ files needed to create the LIB target above.
236236
# Paths must all use the '/' character
@@ -264,4 +264,4 @@ install :: nlms FORCE
264264

265265
include $(APR_WORK)\build\NWGNUtail.inc
266266

267-
# End of NWGNUmakefile for DfTables.nlm (Apache2)
267+

0 commit comments

Comments
 (0)