diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:51:37 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-15 16:51:37 +0000 |
commit | 44826df77dbce16c6456c0500f6e8e1f77a7160e (patch) | |
tree | 6775e8249cce12364835197ec5f69bef4f3e5833 /ufs-fsck/Makefile | |
parent | b53468393263db592c0828ae1fbbd01796756a66 (diff) |
(vpath tables.c): Find ufs directory in $(srcdir), not `..'.
Diffstat (limited to 'ufs-fsck/Makefile')
-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 0b05bcbf..3adce958 100644 --- a/ufs-fsck/Makefile +++ b/ufs-fsck/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation +# Copyright (C) 1994, 1995, 1996 Free Software Foundation # Written by Michael I. Bushnell. # # This file is part of the GNU Hurd. @@ -28,7 +28,7 @@ LCLHDRS = fsck.h target = fsck.ufs installationdir = $(sbindir) -vpath tables.c ../ufs +vpath tables.c $(srcdir)/ufs $(target): ../libshouldbeinlibc/libshouldbeinlibc.a |