Skip to content

Commit 6693473

Browse files
author
Bradley Nicholes
committed
Clean up the makefile
Submitted by: Guenter Knauf <fuankg@apache.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104684 13f79535-47bb-0310-9956-ffa450edef68
1 parent f5d09d8 commit 6693473

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

modules/proxy/NWGNUproxyajp

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ XINCDIRS += \
3030
# These flags will come after CFLAGS
3131
#
3232
XCFLAGS += \
33-
-prefix pre_nw.h \
33+
-relax_pointers \
3434
$(EOLIST)
3535

3636
#
@@ -53,28 +53,28 @@ ifeq "$(RELEASE)" "debug"
5353
XINCDIRS += \
5454
$(EOLIST)
5555

56-
XCFLAGS += -relax_pointers \
56+
XCFLAGS += \
5757
$(EOLIST)
5858

5959
XDEFINES += \
6060
$(EOLIST)
6161

6262
XLFLAGS += \
63-
$(EOLIST)
63+
$(EOLIST)
6464
endif
6565

6666
ifeq "$(RELEASE)" "noopt"
6767
XINCDIRS += \
6868
$(EOLIST)
6969

70-
XCFLAGS += -relax_pointers \
70+
XCFLAGS += \
7171
$(EOLIST)
7272

7373
XDEFINES += \
7474
$(EOLIST)
7575

7676
XLFLAGS += \
77-
$(EOLIST)
77+
$(EOLIST)
7878
endif
7979

8080
ifeq "$(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
#
182182
FILES_nlm_libs = \
183-
libcpre.o \
183+
libcpre.o \
184184
$(EOLIST)
185185

186186
#
@@ -230,13 +230,13 @@ FILES_nlm_Ximports = \
230230
FILES_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
#
238238
FILES_lib_objs = \
239-
$(EOLIST)
239+
$(EOLIST)
240240

241241
#
242242
# implement targets and dependancies (leave this section alone)

0 commit comments

Comments
 (0)