mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 11:11:21 +00:00
fixed hopefully ;)
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@28354 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
12e227a1d7
commit
c348aec6a2
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ GSW_LDFLAGS = \
|
|||
# We currently include the CPPFLAGS in the CFLAGS so the
|
||||
# common makefiles still work.
|
||||
comma:=,
|
||||
CFLAGS = $(GSW_CPPFLAGS) -g
|
||||
CFLAGS = $(GSW_CPPFLAGS)
|
||||
CFLAGS += $(addprefix -Wc$(comma),$(GSW_CFLAGS))
|
||||
LDFLAGS = $(addprefix -Wl$(comma),$(GSW_LDFLAGS))
|
||||
|
||||
|
@ -113,7 +113,7 @@ all:: $(ADAPTOR)
|
|||
|
||||
# Link the final adaptor module with APXS
|
||||
$(ADAPTOR): $(SRCROOT)/Apache2/mod_gsw.c
|
||||
$(APXS) -c -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \
|
||||
$(APXS) -c -g -o $@ $(APXS_FLAGS) $(CFLAGS) $(LDFLAGS) \
|
||||
$(SRCROOT)/Apache2/mod_gsw.c
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue