From dcf8f5b059e9ae3f767dc4069859dceba756328a Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Tue, 17 Sep 1996 16:43:48 +0000 Subject: *** empty log message *** --- init/ChangeLog | 7 +++++++ init/Makefile | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'init') diff --git a/init/ChangeLog b/init/ChangeLog index 7e3b7617..0751c9e9 100644 --- a/init/ChangeLog +++ b/init/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 12 16:32:31 1996 Thomas Bushnell, n/BSG + + * Makefile (HURDLIBS): New variable. + (init): Delete special target. + + * Makefile (mung_msg_S.h): Put rule *after* inclusion of Makeconf. + Thu Sep 5 11:12:32 1996 Thomas Bushnell, n/BSG * init.c: Include . diff --git a/init/Makefile b/init/Makefile index 0724c408..da1ee177 100644 --- a/init/Makefile +++ b/init/Makefile @@ -22,13 +22,12 @@ SRCS = init.c OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o \ startup_notifyUser.o target = init +HURDLIBS=ports fshelp shouldbeinlibc LDLIBS=-lutil -init: $(OBJS) ../libports/libports.a ../libfshelp/libfshelp.a ../libshouldbeinlibc/libshouldbeinlibc.a +include ../Makeconf mung_msg_S.h: msg_S.h sed 's/msg_server/mung_msg_server/' < $< > $@ -include ../Makeconf - -- cgit v1.2.3