From: Kenn H. <ke...@us...> - 2001-03-04 23:43:10
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/boot In directory usw-pr-cvs1:/tmp/cvs-serv15025/boot Modified Files: Makefile Log Message: Use standard .S -> .o rule as described in Documentation/kbuild/makefiles.txt Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/boot/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Makefile 2001/01/26 00:27:00 1.3 +++ Makefile 2001/03/04 23:44:42 1.4 @@ -9,11 +9,7 @@ # Taking the lead from the alpha -.S.s: - $(CPP) $(AFLAGS) -traditional -o $*.o $< -.S.o: - $(CC) $(AFLAGS) -traditional -c -o $*.o $< - +USE_STANDARD_AS_RULE := true all: head.o libboot.a |