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 | 78cdd4ff9e055821032403c697b5fedbaf3ac9f3 (patch) | |
| tree | d7a105d6ee9801526dfd951569d4c728b5784c73 | |
| parent | 44826df77dbce16c6456c0500f6e8e1f77a7160e (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 |
