patch-1.3.53 linux/arch/ppc/boot/Makefile
Next file: linux/arch/ppc/boot/cortstrip.c
Previous file: linux/arch/ppc/Makefile
Back to the patch index
Back to the overall index
-  Lines: 14
 -  Date:
Sat Dec 30 15:48:22 1995
 -  Orig file: 
v1.3.52/linux/arch/ppc/boot/Makefile
 -  Orig date: 
Mon Nov 27 12:48:26 1995
 
diff -u --recursive --new-file v1.3.52/linux/arch/ppc/boot/Makefile linux/arch/ppc/boot/Makefile
@@ -24,8 +24,11 @@
 
 all:	linux.boot
 
-linux.boot: $(TOPDIR)/vmlinux
-	mkboot $(TOPDIR)/vmlinux $@ 0
+linux.boot: $(TOPDIR)/vmlinux mkboot
+	mkboot $(TOPDIR)/vmlinux /u/cort/bootpd/vmlinux
+
+mkboot : cortstrip.c
+	$(HOSTCC) -o mkboot cortstrip.c
 
 clean:
 	rm -f linux.boot 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this