diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:00:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-07 02:00:43 +0000 |
commit | f6fe2087d876fbbb689e186e46da0d9de32b66f8 (patch) | |
tree | 15c58014eb96e769ced9abd98f2b5e1a78d8ebcd /bsdfsck/Makefile | |
parent | 4eb221427b3a9c4397efdfb78d976ebb302010f4 (diff) |
(tables.o): Delete target.
(vpath tables.c): Tell where to find tables.c.
Diffstat (limited to 'bsdfsck/Makefile')
-rw-r--r-- | bsdfsck/Makefile | 4 |
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 $@ $< |