From 07b72b01f6fc9ff4074f3b984554497a44e199fd Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 27 Aug 1996 16:29:36 +0000 Subject: (fsck): Remove dependency on libshouldbeinlibc.a. (reboot halt fsck): Add dependency on libshouldbeinlibc.a. --- sutils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sutils/Makefile b/sutils/Makefile index 0d3cf985..823c69c3 100644 --- a/sutils/Makefile +++ b/sutils/Makefile @@ -31,7 +31,8 @@ OBJS = $(filter-out $(SCRIPTS),$(SRCS:.c=.o)) include ../Makeconf -fsck: fstab.o clookup.o ../libshouldbeinlibc/libshouldbeinlibc.a +fsck: fstab.o clookup.o +reboot halt fsck: ../libshouldbeinlibc/libshouldbeinlibc.a %: %.sh cp $< $@ -- cgit v1.2.3