Update of /cvsroot/linuxconsole/ruby/linux/arch/mips/jazz
In directory usw-pr-cvs1:/tmp/cvs-serv29209/linux/arch/mips/jazz
Modified Files:
Makefile
Log Message:
Synced to 2.5.16
Index: Makefile
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips/jazz/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 5 May 2001 16:28:26 -0000 1.3
+++ Makefile 21 May 2002 04:06:05 -0000 1.4
@@ -6,10 +6,9 @@
# unless it's something special (ie not a .c file).
#
-.S.s:
- $(CPP) $(CFLAGS) $< -o $@
-.S.o:
- $(CC) $(CFLAGS) -c $< -o $@
+USE_STANDARD_AS_RULE := true
+
+EXTRA_AFLAGS := $(CFLAGS)
all: jazz.o
|