summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile
index ce5d60b9..f3e2d3e5 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -28,7 +28,7 @@ SRCS = init.c
all: init
init: $(OBJS)
- $(link)
+ $(CC) $(CFLAGS) -o $@ $^
init.o: startup_S.h startup_reply.h notify_S.h