From 16eb08a8139ba1435c798ca0c38a0158a302aa74 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 12 Apr 1995 18:33:03 +0000 Subject: (lndist, lndist-i386-files): Change $(hurdsource) to $(srcdir). ($(hurdsource)/hurd-snap/$(dir)/i386): Likewise. --- libthreads/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libthreads/Makefile b/libthreads/Makefile index 3b9aaf6e..b3ddbe9f 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -53,8 +53,8 @@ install-cthreads.h: cthreads.h lndist: lndist-i386-files -lndist-i386-files: $(hurdsource)/hurd-snap/$(dir)/i386 - ln $(I386SRCS) $(I386HDRS) $(hurdsource)/hurd-snap/$(dir)/i386 +lndist-i386-files: $(srcdir)/hurd-snap/$(dir)/i386 + ln $(I386SRCS) $(I386HDRS) $(srcdir)/hurd-snap/$(dir)/i386 -$(hurdsource)/hurd-snap/$(dir)/i386: - mkdir $(hurdsource)/hurd-snap/$(dir)/i386 +$(srcdir)/hurd-snap/$(dir)/i386: + mkdir $(srcdir)/hurd-snap/$(dir)/i386 -- cgit v1.2.3