summaryrefslogtreecommitdiff
path: root/ufs-fsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-06 19:43:11 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-06 19:43:11 +0000
commit395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch)
tree77f5da665937f0c9baf56087b5a0522fc6f3509c /ufs-fsck
parent0e6dfab61275d138c5572cd61b151984014555bf (diff)
Removed dependencies that are now automatically generated.
Diffstat (limited to 'ufs-fsck')
-rw-r--r--ufs-fsck/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile
index ef8919a9..d581cda3 100644
--- a/ufs-fsck/Makefile
+++ b/ufs-fsck/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994 Free Software Foundation
+# Copyright (C) 1994, 1995 Free Software Foundation
# Written by Michael I. Bushnell.
#
# This file is part of the GNU Hurd.
@@ -29,7 +29,5 @@ target = fsck
include ../Makeconf
-$(OBJS): fsck.h
-
tables.o: ../ufs/tables.c
$(CC) $(CFLAGS) -c -o $@ $<