diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-08-06 21:28:49 +0200 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-08-06 21:28:49 +0200 |
commit | fe27b423e84ecf24061dc25c84413557e4e6d840 (patch) | |
tree | 4b4c8f30b6ecc79789b2e9fe5f9e87ffa3ee6db5 /srclib | |
parent | * Also unset Content-MD5 in the deflate_out_filter (diff) | |
download | apache2-fe27b423e84ecf24061dc25c84413557e4e6d840.tar.xz apache2-fe27b423e84ecf24061dc25c84413557e4e6d840.zip |
minor cosmetic changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563232 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'srclib')
-rw-r--r-- | srclib/pcre/NWGNUmakefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/srclib/pcre/NWGNUmakefile b/srclib/pcre/NWGNUmakefile index a40897c67c..c3ad458db1 100644 --- a/srclib/pcre/NWGNUmakefile +++ b/srclib/pcre/NWGNUmakefile @@ -109,13 +109,13 @@ endif # This is used by the link 'name' directive to name the nlm. If left blank # TARGET_nlm (see below) will be used. # -NLM_NAME = dftables +NLM_NAME = dftables # # This is used by the link '-desc ' directive. # If left blank, NLM_NAME will be used. # -NLM_DESCRIPTION = Generate character tables +NLM_DESCRIPTION = APR $(VERSION_STR) Generate character tables #$(FILES_prebuild_headers) # This is used by the '-threadname' directive. If left blank, @@ -127,7 +127,7 @@ NLM_THREAD_NAME = dftables # If this is specified, it will override VERSION value in # $(APR_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = 1,0,0 +NLM_VERSION = # # If this is specified, it will override the default of 64K @@ -152,14 +152,14 @@ NLM_CHECK_SYM = # # If this is specified it will be used by the link '-flags' directive # -NLM_FLAGS = PSEUDOPREEMPTION +NLM_FLAGS = PSEUDOPREEMPTION # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(APR)/misc/netware/apr.xdc. XDCData can # be disabled by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # Declare all target files (you must add your files here) @@ -230,7 +230,7 @@ FILES_nlm_Ximports = \ # FILES_nlm_exports = \ $(EOLIST) - + # # These are the OBJ files needed to create the LIB target above. # Paths must all use the '/' character @@ -264,4 +264,4 @@ install :: nlms FORCE include $(APR_WORK)\build\NWGNUtail.inc -# End of NWGNUmakefile for DfTables.nlm (Apache2) + |