]> granicus.if.org Git - apache/commitdiff
Remove unnecessary rules for .S files which clash with the rules for .s file
authorBrian Havard <bjh@apache.org>
Fri, 28 Apr 2000 06:15:53 +0000 (06:15 +0000)
committerBrian Havard <bjh@apache.org>
Fri, 28 Apr 2000 06:15:53 +0000 (06:15 +0000)
(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

build/rules.mk

index 779c3bdf9c535896294ca1cead99a1e8704f6ab9..87b9fb3e8f7601420e5ae8dda5aa2bdc861adc93 100644 (file)
@@ -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)