summaryrefslogtreecommitdiff
path: root/bsdfsck/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-07-07 02:00:43 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-07-07 02:00:43 +0000
commitabd78d79f13f61044244822d80d15fa5a1fd6dbb (patch)
tree9ed4a00d8bd0f98fc3d90d93f73d52aaa4127279 /bsdfsck/Makefile
parent27f34ee005b4c2423fbea6272234fe54a6b35c29 (diff)
(tables.o): Delete target.
(vpath tables.c): Tell where to find tables.c.
Diffstat (limited to 'bsdfsck/Makefile')
-rw-r--r--bsdfsck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bsdfsck/Makefile b/bsdfsck/Makefile
index 6bc18889..b5dcfbf2 100644
--- a/bsdfsck/Makefile
+++ b/bsdfsck/Makefile
@@ -25,7 +25,7 @@ OBJS = dir.o inode.o main.o pass1.o pass1b.o pass2.o pass3.o pass4.o \
LCLHDRS = fsck.h
target = bsdfsck
+vpath tables.c ../ufs
+
include ../Makeconf
-tables.o: ../ufs/tables.c
- $(CC) $(CFLAGS) -c -o $@ $<