summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-07-19 16:41:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-07-19 16:41:37 +0000
commit0c411ed024bf3363a409a486a037a533c15f10f1 (patch)
treedeaecd64d7fd22f47b5fc4d62b2c5b30f38f5408
parente209557a7a976b21f7ba639d2e1a7d65ef75af25 (diff)
Formerly Makefile.~26~
-rw-r--r--boot/Makefile2
1 files changed, 1 insertions, 1 deletions
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