From 39a7ead40cf2916fd492c1423a57a6aac8b9ce39 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 25 Mar 1996 22:00:58 +0000 Subject: (init): Add explicit dependency so that libshouldbeinlibc is included. --- init/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init/Makefile b/init/Makefile index 2f4d8c3a..3b480221 100644 --- a/init/Makefile +++ b/init/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -22,5 +22,7 @@ SRCS = init.c OBJS = init.o startupServer.o notifyServer.o startup_replyUser.o msgServer.o target = init +init: $(OBJS) ../libshouldbeinlibc/libshouldbeinlibc.a + include ../Makeconf -- cgit v1.2.3