From: Kenn H. <ke...@us...> - 2001-03-04 23:43:10
|
Update of /cvsroot/linux-vax/kernel-2.4/arch/vax/mm In directory usw-pr-cvs1:/tmp/cvs-serv15025/mm 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/mm/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile 2001/01/20 13:51:05 1.2 +++ Makefile 2001/03/04 23:44:43 1.3 @@ -7,6 +7,8 @@ # # Note 2! The CFLAGS definitions are now in the main makefile... +USE_STANDARD_AS_RULE := true + all: mm.o O_TARGET := mm.o |