diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-06 19:43:11 +0000 |
commit | 0cbb481f3c31a306d1df4944a4668780258b8bde (patch) | |
tree | d5624c043e4077841f56d5c07f55e4a6dd44c74a /ufs-fsck/Makefile | |
parent | 2db0f3532d58e46f4c2b36966a5eb49bdfc9699c (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'ufs-fsck/Makefile')
-rw-r--r-- | ufs-fsck/Makefile | 4 |
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 $@ $< |