summaryrefslogtreecommitdiff
path: root/ufs-fsck/Makefile
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
commit4eb221427b3a9c4397efdfb78d976ebb302010f4 (patch)
tree006728506e8b8e3071d63a329728c6faec4089d5 /ufs-fsck/Makefile
parente41d537c4c5294263a372eac462921942728d67b (diff)
(tables.o): Delete rule.
(vpath tables.c): Tell where to find tables.c.
Diffstat (limited to 'ufs-fsck/Makefile')
-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 $@ $<