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 | c9d0094a0ba592586514eab53b1a20933d0cb107 (patch) | |
tree | 3221d437b9ceacf3496e2e6cbb03f64a1964c17b | |
parent | 2de78d5431dc23d98498178770a3d77a3d913102 (diff) |
(vpath tables.c): Find ufs directory in $(srcdir), not `..'.
-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 |