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 | 27f34ee005b4c2423fbea6272234fe54a6b35c29 (patch) | |
| tree | ee8e1bc598f6c9a0df7809613b1221ba41be82dd /ufs-fsck | |
| parent | d55af1437b99d90f912f994c01cdf14ce14357c3 (diff) | |
(tables.o): Delete rule.
(vpath tables.c): Tell where to find tables.c.
Diffstat (limited to 'ufs-fsck')
| -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 $@ $< |
