diff options
-rw-r--r-- | init/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Makefile b/init/Makefile index 042ff0ae..c909be86 100644 --- a/init/Makefile +++ b/init/Makefile @@ -23,7 +23,7 @@ OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ startup_notifyUser.o target = init -init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a +init: $(OBJS) ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a -lutil mung_msg_S.h: msg_S.h sed 's/msg_server/mung_msg_server/' < $< > $@ |