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:
dwetzel 2009-06-15 14:21:09 +00:00
parent 12e227a1d7
commit c348aec6a2

View file

@ -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