summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-04-11 21:54:56 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-04-11 21:54:56 +0000
commit55b335f04b8abcaea94da2a6c98b9ab18070f7ae (patch)
treef7bea9274f3c397fbd5233b6649e37b14230691f /libthreads
parenta67f3054c05106551ebb2e26806631b22cb241db (diff)
(VPATH): Fix up for new configure reality.
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
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