]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
minor cosmetic changes.
authorGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 19:28:49 +0000 (19:28 +0000)
committerGuenter Knauf <fuankg@apache.org>
Mon, 6 Aug 2007 19:28:49 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@563232 13f79535-47bb-0310-9956-ffa450edef68

srclib/pcre/NWGNUmakefile

index a40897c67c34016ddd7548ea12064015ed4506f2..c3ad458db1074b569954c48e2370645dfa761eb2 100644 (file)
@@ -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)
+