diff options
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 |