From 0c411ed024bf3363a409a486a037a533c15f10f1 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Jul 1994 16:41:37 +0000 Subject: Formerly Makefile.~26~ --- boot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot/Makefile') diff --git a/boot/Makefile b/boot/Makefile index 4654578e..d736f9b7 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -32,7 +32,7 @@ DIST_FILES = boot.c Makefile io_repl.defs ChangeLog sigvec.S tcattr.c all: boot boot: $(OBJS) - $(link) + $(CC) $(CFLAGS) -o $@ $^ install: boot cp boot /usr/local/bin/boot -- cgit v1.2.3