From: Ryan Bloom Date: Fri, 12 May 2000 23:56:19 +0000 (+0000) Subject: We no longer have to -DHAVE_CONFIG_H on the $(CC) line, because the X-Git-Tag: APACHE_2_0_ALPHA_4~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9039334724342e302482dbd599c589efd2bc8659;p=apache 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 --- diff --git a/build/rules.mk b/build/rules.mk index 6d1c8a92d5..3bed83289a 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -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