From 44826df77dbce16c6456c0500f6e8e1f77a7160e Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 15 Apr 1996 16:51:37 +0000 Subject: (vpath tables.c): Find ufs directory in $(srcdir), not `..'. --- ufs-fsck/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ufs-fsck/Makefile') 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 -- cgit v1.2.3