summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-03-25 22:00:58 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-03-25 22:00:58 +0000
commit39a7ead40cf2916fd492c1423a57a6aac8b9ce39 (patch)
treea1ecb5fe8e711cde4c89b3379f6b23d8a1536197 /init
parent45c39ff3e09accefdc514d01f5cda8e940326122 (diff)
(init): Add explicit dependency so that libshouldbeinlibc is included.
Diffstat (limited to 'init')
-rw-r--r--init/Makefile4
1 files changed, 3 insertions, 1 deletions
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