diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:33:03 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-04-12 18:33:03 +0000 |
commit | 16eb08a8139ba1435c798ca0c38a0158a302aa74 (patch) | |
tree | aad0a1e8bcb99dc29a2ccf367cd1842cc6e6d8da /libthreads/Makefile | |
parent | 1fa649628b46c420e804371f015658e46e12e23f (diff) |
(lndist, lndist-i386-files): Change $(hurdsource) to $(srcdir).
($(hurdsource)/hurd-snap/$(dir)/i386): Likewise.
Diffstat (limited to 'libthreads/Makefile')
-rw-r--r-- | libthreads/Makefile | 8 |
1 files 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 |