diff options
author | Thomas Bushnell <thomas@gnu.org> | 1996-07-29 16:50:49 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1996-07-29 16:50:49 +0000 |
commit | b44e2e420330539375448c3f1de4400fe2bf4b4f (patch) | |
tree | aaa4a09704fe3f8f296139d766b29a1ba8c35e01 /libthreads | |
parent | 7190a73769e240ff1e29048b83bd59f5e753f7d7 (diff) |
*** empty log message ***
Diffstat (limited to 'libthreads')
-rw-r--r-- | libthreads/ChangeLog | 5 | ||||
-rw-r--r-- | libthreads/Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libthreads/ChangeLog b/libthreads/ChangeLog index 3d0d177d..ebb6a424 100644 --- a/libthreads/ChangeLog +++ b/libthreads/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 20 15:47:24 1996 Michael I. Bushnell, p/BSG <mib@gnu.ai.mit.edu> + + * Makefile (lndist-i386-files): Look for I386SRCS and I386HDRS in + $(srcdir). + Thu Jun 6 07:29:31 1996 Miles Bader <miles@gnu.ai.mit.edu> * malloc.c (more_memory): Use assert_perror instead of MACH_CALL. 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 $@ |