From 9039334724342e302482dbd599c589efd2bc8659 Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Fri, 12 May 2000 23:56:19 +0000 Subject: [PATCH] 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 --- build/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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