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 | 395f6db4c8a51fbce0ed596d9b1d20678f77fad2 (patch) | |
tree | 77f5da665937f0c9baf56087b5a0522fc6f3509c /ufs/Makefile | |
parent | 0e6dfab61275d138c5572cd61b151984014555bf (diff) |
Removed dependencies that are now automatically generated.
Diffstat (limited to 'ufs/Makefile')
-rw-r--r-- | ufs/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ufs/Makefile b/ufs/Makefile index 04bb15fd..33582409 100644 --- a/ufs/Makefile +++ b/ufs/Makefile @@ -36,15 +36,3 @@ vpath %.c ../lib include ../Makeconf -$(OBJS): ufs.h -$(OBJS): $(REMHDRS) -alloc.o: fs.h dinode.h -consts.o: dinode.h -dir.o: dir.h -hyper.o: fs.h -inode.o: dinode.h fs.h -main.o: fs.h -pager.o: fs.h dinode.h -sizes.o: fs.h dinode.h -subr.o: fs.h -tables.o: fs.h |