diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:22:41 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-17 21:22:41 +0000 |
commit | 0df06f4c3c0782b1913a779af9eaec147a07badb (patch) | |
tree | cfd70dd54d2ec9d4280885fa8aa61194121d8675 /init | |
parent | 130cb43649462144eb377142c2aca4fd13ccf415 (diff) |
(init): Link against -lutil.
Diffstat (limited to 'init')
-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/' < $< > $@ |