diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:41:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:41:37 +0000 |
commit | 0c411ed024bf3363a409a486a037a533c15f10f1 (patch) | |
tree | deaecd64d7fd22f47b5fc4d62b2c5b30f38f5408 /boot/Makefile | |
parent | e209557a7a976b21f7ba639d2e1a7d65ef75af25 (diff) |
Formerly Makefile.~26~
Diffstat (limited to 'boot/Makefile')
-rw-r--r-- | boot/Makefile | 2 |
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 |