From: Kenn H. <ke...@us...> - 2003-07-10 00:13:20
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/boot Modified Files: Makefile Log Message: As of 2.5.52, Rules.make is no more Index: Makefile =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- Makefile 21 Mar 2003 00:10:00 -0000 1.9 +++ Makefile 10 Jul 2003 00:13:15 -0000 1.10 @@ -7,8 +7,6 @@ obj-y := head.o lib.o hexdump.o mmstart.o cpu_sel.o startup.o -include $(TOPDIR)/Rules.make - # Top-level makefile expects archhelp here, but I'd rather put it # in arch/$(ARCH)/Makefile archhelp: |