diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:44:54 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:44:54 +0000 |
commit | 87b5683879254380f3a7df337720ee318c9a3d86 (patch) | |
tree | 04b586e92d7dc6b108a4f7fef638518b7ed0be87 | |
parent | 9921618a5a60b50d2297a276ae8a329251f0173b (diff) |
Formerly Makefile.~12~
-rw-r--r-- | init/Makefile | 2 |
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 |