summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bsdfsck/Makefile4
-rw-r--r--ufs-fsck/Makefile4
-rw-r--r--ufs/Makefile12
3 files changed, 2 insertions, 18 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile
index 28adbbd1..6bc18889 100644
--- a/bsdfsck/Makefile
+++ b/bsdfsck/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 1994 Free Software Foundation
+# Copyright (C) 1994, 1995 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
@@ -27,7 +27,5 @@ target = bsdfsck
include ../Makeconf
-$(OBJS): fsck.h
-
tables.o: ../ufs/tables.c
$(CC) $(CFLAGS) -c -o $@ $<
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 $@ $<
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