diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:20:21 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 17:20:21 +0000 |
| commit | b66987e717e5529944bc32ff78ea0b347a89ef08 (patch) | |
| tree | 0f1a406033a64de320302b0681bf0833383eed49 | |
| parent | 16f88f4f04e5375a8d8b0d5ec96e8bf801fa3b64 (diff) | |
(vpath tables.c): That's $(srcdir)/..
| -rw-r--r-- | ufs-fsck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufs-fsck/Makefile b/ufs-fsck/Makefile index 3adce958..2324f7d5 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -28,7 +28,7 @@ LCLHDRS = fsck.h target = fsck.ufs installationdir = $(sbindir) -vpath tables.c $(srcdir)/ufs +vpath tables.c $(srcdir)/../ufs $(target): ../libshouldbeinlibc/libshouldbeinlibc.a |
