diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 22:00:58 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 22:00:58 +0000 |
commit | 39a7ead40cf2916fd492c1423a57a6aac8b9ce39 (patch) | |
tree | a1ecb5fe8e711cde4c89b3379f6b23d8a1536197 /init | |
parent | 45c39ff3e09accefdc514d01f5cda8e940326122 (diff) |
(init): Add explicit dependency so that libshouldbeinlibc is included.
Diffstat (limited to 'init')
-rw-r--r-- | init/Makefile | 4 |
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 |