Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv19385/boot
Modified Files:
Makefile
Log Message:
Makefile cleanups
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile 20 May 2002 00:33:33 -0000 1.3
+++ Makefile 23 Jan 2003 23:06:12 -0000 1.4
@@ -1,15 +1,9 @@
#
# Makefile for the boot-time code for the Linux/VAX kernel
#
-# Note! Dependencies are done automagically by 'make dep', which also
-# removes any old dependencies. DON'T put your own dependencies here
+# Note! Dependencies are done automagically
+# DON'T put your own dependencies here
# unless it's something special (ie not a .c file).
-#
-# Note 2! The CFLAGS definitions are now in the main makefile...
-
-# Taking the lead from the alpha
-
-USE_STANDARD_AS_RULE := true
all: head.o libboot.a
|