summaryrefslogtreecommitdiff
path: root/ufs-fsck
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 01:59:34 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 01:59:34 +0000
commit27f34ee005b4c2423fbea6272234fe54a6b35c29 (patch)
treeee8e1bc598f6c9a0df7809613b1221ba41be82dd /ufs-fsck
parentd55af1437b99d90f912f994c01cdf14ce14357c3 (diff)
(tables.o): Delete rule.
(vpath tables.c): Tell where to find tables.c.
Diffstat (limited to 'ufs-fsck')
-rw-r--r--ufs-fsck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile
index d581cda3..61c985c6 100644
--- a/ufs-fsck/Makefile
+++ b/ufs-fsck/Makefile
@@ -27,7 +27,7 @@ OBJS = $(subst .c,.o,$(SRCS)) tables.o
LCLHDRS = fsck.h
target = fsck
+vpath tables.c ../ufs
+
include ../Makeconf
-tables.o: ../ufs/tables.c
- $(CC) $(CFLAGS) -c -o $@ $<