From: Guenter Knauf Date: Wed, 21 Mar 2007 23:33:35 +0000 (+0000) Subject: removed obsolete -prefix; minor cosmetic changes. X-Git-Tag: 2.3.0~1862 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=034c4c5f735e9501cc7cdbf1075c31fa690a28d3;p=apache removed obsolete -prefix; minor cosmetic changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@521049 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/NWGNUsedfilter b/modules/experimental/NWGNUsedfilter index e9d9ea46c5..631aa8a1f1 100644 --- a/modules/experimental/NWGNUsedfilter +++ b/modules/experimental/NWGNUsedfilter @@ -36,7 +36,6 @@ XINCDIRS += \ # These flags will come after CFLAGS # XCFLAGS += \ - -prefix pre_nw.h \ $(EOLIST) # @@ -66,7 +65,7 @@ XDEFINES += \ $(EOLIST) XLFLAGS += \ - $(EOLIST) + $(EOLIST) endif ifeq "$(RELEASE)" "noopt" @@ -80,7 +79,7 @@ XDEFINES += \ $(EOLIST) XLFLAGS += \ - $(EOLIST) + $(EOLIST) endif ifeq "$(RELEASE)" "release" @@ -102,7 +101,7 @@ 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 = sedfilter +NLM_NAME = sedfilter # # This is used by the link '-desc ' directive. @@ -120,7 +119,7 @@ NLM_THREAD_NAME = Sed Filter Module # If this is specified, it will override VERSION value in # $(AP_WORK)\build\NWGNUenvironment.inc # -NLM_VERSION = +NLM_VERSION = # # If this is specified, it will override the default of 64K @@ -146,14 +145,14 @@ NLM_CHECK_SYM = # # If these are specified it will be used by the link '-flags' directive # -NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION +NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION # # If this is specified it will be linked in with the XDCData option in the def # file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled # by setting APACHE_UNIPROC in the environment # -XDCDATA = +XDCDATA = # # If there is an NLM target, put it here @@ -181,7 +180,7 @@ FILES_nlm_objs = \ # These will be added as a library command in the link.opt file. # FILES_nlm_libs = \ - libcpre.o \ + libcpre.o \ $(EOLIST) # @@ -229,7 +228,7 @@ FILES_nlm_exports = \ # Paths must all use the '/' character # FILES_lib_objs = \ - $(EOLIST) + $(EOLIST) # # implement targets and dependancies (leave this section alone)