summaryrefslogtreecommitdiff
path: root/ufs-fsck/Makefile
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-15 16:51:37 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-15 16:51:37 +0000
commitc9d0094a0ba592586514eab53b1a20933d0cb107 (patch)
tree3221d437b9ceacf3496e2e6cbb03f64a1964c17b /ufs-fsck/Makefile
parent2de78d5431dc23d98498178770a3d77a3d913102 (diff)
(vpath tables.c): Find ufs directory in $(srcdir), not `..'.
Diffstat (limited to 'ufs-fsck/Makefile')
-rw-r--r--ufs-fsck/Makefile4
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