From 55b335f04b8abcaea94da2a6c98b9ab18070f7ae Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 11 Apr 1996 21:54:56 +0000 Subject: (VPATH): Fix up for new configure reality. --- libthreads/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libthreads') diff --git a/libthreads/Makefile b/libthreads/Makefile index 3290e377..1f1a895c 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 1994, 1995 Free Software Foundation, Inc. +# Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as @@ -38,7 +38,7 @@ libname = libthreads # Don't put cthreads.h in installhdrs or else it will get installed into # $(hurdinst)/include/hurd instead of $(hurdinst)/include. -VPATH = $(machine) +VPATH += $(srcdir)/$(machine) include ../Makeconf -- cgit v1.2.3