From: Brian Havard Date: Fri, 28 Apr 2000 06:15:53 +0000 (+0000) Subject: Remove unnecessary rules for .S files which clash with the rules for .s file X-Git-Tag: APACHE_2_0_ALPHA_3~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd9c9ad74d087053ae10d421028a95df51b92dc7;p=apache Remove unnecessary rules for .S files which clash with the rules for .s file (which we probably also don't need) on case insensitive systems like OS/2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85073 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/rules.mk b/build/rules.mk index 779c3bdf9c..87b9fb3e8f 100644 --- a/build/rules.mk +++ b/build/rules.mk @@ -84,18 +84,12 @@ top_builddir = $(DEPTH) .s.o: $(COMPILE) -c $< -.S.o: - $(COMPILE) -c $< - .c.lo: $(APACHE_COMPILE) .s.lo: $(APACHE_COMPILE) -.S.lo: - $(APACHE_COMPILE) - .c.slo: $(APACHE_SH_COMPILE)