diff options
Diffstat (limited to 'libthreads/Makefile')
-rw-r--r-- | libthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 193ebd17..d915751a 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -48,7 +48,7 @@ CFLAGS := $(filter-out -Wall,$(CFLAGS)) lndist: lndist-i386-files lndist-i386-files: $(top_srcdir)/hurd-snap/$(dir)/i386 - ln $(I386SRCS) $(I386HDRS) $< + ln $(addprefix $(srcdir)/,$(I386SRCS) $(I386HDRS)) $< $(top_srcdir)/hurd-snap/$(dir)/i386: mkdir $@ |