diff options
Diffstat (limited to 'init/Makefile')
-rw-r--r-- | init/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init/Makefile b/init/Makefile index 91e3e16b..0724c408 100644 --- a/init/Makefile +++ b/init/Makefile @@ -22,9 +22,10 @@ SRCS = init.c OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ startup_notifyUser.o target = init -libutil-libsubst = -lutil -init: $(OBJS) ../libports/libports.a ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a -lutil +LDLIBS=-lutil + +init: $(OBJS) ../libports/libports.a ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a mung_msg_S.h: msg_S.h sed 's/msg_server/mung_msg_server/' < $< > $@ |