From: James S. <jsi...@us...> - 2002-05-21 04:06:08
|
Update of /cvsroot/linuxconsole/ruby/linux/arch/mips64/lib In directory usw-pr-cvs1:/tmp/cvs-serv29209/linux/arch/mips64/lib Modified Files: Makefile Log Message: Synced to 2.5.16 Index: Makefile =================================================================== RCS file: /cvsroot/linuxconsole/ruby/linux/arch/mips64/lib/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 7 Mar 2001 04:42:27 -0000 1.3 +++ Makefile 21 May 2002 04:06:05 -0000 1.4 @@ -2,10 +2,9 @@ # Makefile for MIPS-specific library files.. # -.S.s: - $(CPP) $(CFLAGS) $< -o $*.s -.S.o: - $(CC) $(CFLAGS) -c $< -o $*.o +USE_STANDARD_AS_RULE := true + +EXTRA_AFLAGS := $(CFLAGS) L_TARGET = lib.a |