diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 01:59:34 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 01:59:34 +0000 |
commit | 4eb221427b3a9c4397efdfb78d976ebb302010f4 (patch) | |
tree | 006728506e8b8e3071d63a329728c6faec4089d5 | |
parent | e41d537c4c5294263a372eac462921942728d67b (diff) |
(tables.o): Delete rule.
(vpath tables.c): Tell where to find tables.c.
-rw-r--r-- | ufs-fsck/Makefile | 4 |
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 $@ $< |