@@ -30,7 +30,7 @@ XINCDIRS += \
3030# These flags will come after CFLAGS
3131#
3232XCFLAGS += \
33- -prefix pre_nw.h \
33+ -relax_pointers \
3434 $(EOLIST)
3535
3636#
@@ -53,28 +53,28 @@ ifeq "$(RELEASE)" "debug"
5353XINCDIRS += \
5454 $(EOLIST)
5555
56- XCFLAGS += -relax_pointers \
56+ XCFLAGS += \
5757 $(EOLIST)
5858
5959XDEFINES += \
6060 $(EOLIST)
6161
6262XLFLAGS += \
63- $(EOLIST)
63+ $(EOLIST)
6464endif
6565
6666ifeq "$(RELEASE)" "noopt"
6767XINCDIRS += \
6868 $(EOLIST)
6969
70- XCFLAGS += -relax_pointers \
70+ XCFLAGS += \
7171 $(EOLIST)
7272
7373XDEFINES += \
7474 $(EOLIST)
7575
7676XLFLAGS += \
77- $(EOLIST)
77+ $(EOLIST)
7878endif
7979
8080ifeq "$(RELEASE)" "release"
@@ -114,7 +114,7 @@ NLM_THREAD_NAME = Proxy AJP Module
114114# If this is specified, it will override VERSION value in
115115# $(AP_WORK)\build\NWGNUenvironment.inc
116116#
117- NLM_VERSION =
117+ NLM_VERSION =
118118
119119#
120120# If this is specified, it will override the default of 64K
@@ -140,14 +140,14 @@ NLM_CHECK_SYM =
140140#
141141# If these are specified it will be used by the link '-flags' directive
142142#
143- NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
143+ NLM_FLAGS = AUTOUNLOAD, PSEUDOPREEMPTION
144144
145145#
146146# If this is specified it will be linked in with the XDCData option in the def
147147# file instead of the default of $(NWOS)/apache.xdc. XDCData can be disabled
148148# by setting APACHE_UNIPROC in the environment
149149#
150- XDCDATA =
150+ XDCDATA =
151151
152152#
153153# If there is an NLM target, put it here
@@ -180,7 +180,7 @@ FILES_nlm_objs = \
180180# These will be added as a library command in the link.opt file.
181181#
182182FILES_nlm_libs = \
183- libcpre.o \
183+ libcpre.o \
184184 $(EOLIST)
185185
186186#
@@ -230,13 +230,13 @@ FILES_nlm_Ximports = \
230230FILES_nlm_exports = \
231231 proxy_ajp_module \
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
237237#
238238FILES_lib_objs = \
239- $(EOLIST)
239+ $(EOLIST)
240240
241241#
242242# implement targets and dependancies (leave this section alone)
0 commit comments