Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/boot
In directory sc8-pr-cvs1:/tmp/cvs-serv9625/arch/vax/boot
Modified Files:
Makefile
Log Message:
Define EXTRA_TARGETS so that Rules.make knows to read the saved
command line for head.o
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/boot/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Makefile 23 Jan 2003 23:06:12 -0000 1.4
+++ Makefile 29 Jan 2003 00:06:49 -0000 1.5
@@ -10,4 +10,6 @@
L_TARGET := libboot.a
obj-y := startup.o lib.o hexdump.o mmstart.o cpu_sel.o
+EXTRA_TARGETS = head.o
+
include $(TOPDIR)/Rules.make
|