diff options
| author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 19:11:36 +0000 |
|---|---|---|
| committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 19:11:36 +0000 |
| commit | f8b45ff0c982a14de34652314cfc4db07a2afb8f (patch) | |
| tree | 7d57107c5c1cc46b074a9b5e75a86ad95a8cf1b7 /ufs-fsck/Makefile | |
| parent | 78cdd4ff9e055821032403c697b5fedbaf3ac9f3 (diff) | |
(vpath tables.c): top_srcdir is better.
Diffstat (limited to 'ufs-fsck/Makefile')
| -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 2324f7d5..f68fe52a 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 $(top_srcdir)/ufs $(target): ../libshouldbeinlibc/libshouldbeinlibc.a |
