diff options
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 |