summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-10-12 23:52:24 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-10-12 23:52:24 +0000
commit45cd136e46e9839e008e57f39fe4706e5b42ebc2 (patch)
tree951d77761223a13d8a814337f8e2fcbb8c0221ea
parentfcd4d641b9f4ccea6fc0cd13fd2146e44f4bb31b (diff)
Formerly Makefile.~2~
-rw-r--r--ufs-fsck/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile
index ba6c61a9..ed36d389 100644
--- a/ufs-fsck/Makefile
+++ b/ufs-fsck/Makefile
@@ -21,7 +21,7 @@
dir := newfsck
makemode := utility
-SRCS = dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
+SRCS = dir.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \
pass5.c setup.c utilities.c
OBJS = $(subst .c,.o,$(SRCS))
LCLHDRS = fsck.h
@@ -29,3 +29,4 @@ target = newfsck
include ../Makeconf
+$(OBJS): fsck.h