From 9987e1af69446d76ec7392152eb416a6c7746ad0 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sun, 18 May 2008 22:21:53 +0000 Subject: [PATCH] - removing tape target from "install". It's not representative of the real tape, and we're not using it for bootstrapping anymore. --- build/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Makefile b/build/Makefile index e423cc4..6e10227 100644 --- a/build/Makefile +++ b/build/Makefile @@ -141,9 +141,9 @@ tape : protofs @echo Building tape image... @$(MKTAPE) root root/bin/* root/etc/* -install : rf0.dsk rk0.dsk tape +install : rf0.dsk rk0.dsk @echo Installing... - @cp rf0.dsk rk0.dsk tape ../images + @cp rf0.dsk rk0.dsk ../images # clean intermediate files clean :