mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
We no longer have to -DHAVE_CONFIG_H on the $(CC) line, because the
ap_ac_config.h file has been renamed to ap_config.h which is included directly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -71,7 +71,7 @@ APACHE_COMPILE = $(COMPILE) -c $< && touch $@
|
||||
APACHE_SH_COMPILE = $(SHLIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(EXTRA_INCLUDES) $(CPPFLAGS) $(CFLAGS) $(EXTRA_CFLAGS) -c $< && touch $@
|
||||
SHLINK = $(SHLIBTOOL) --mode=link $(CCLD) $(CFLAGS) $(EXTRA_CFLAGS) $(LDFLAGS) -o $@
|
||||
|
||||
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir)
|
||||
DEFS = -I. -I$(srcdir)
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .S .c .lo .o .s .y .l .slo
|
||||
|
Reference in New Issue
Block a user