Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv5767/arch/vax/boot/tools
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/tools/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 11 May 2003 17:35:58 -0000 1.3
+++ Makefile 10 Jul 2003 00:13:16 -0000 1.4
@@ -6,5 +6,3 @@
$(obj)/showcmdline: $(obj)/setcmdline
ln -f $< $@
-include $(TOPDIR)/Rules.make
-
|