summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 $@ $<