From e7bc5119b61f9ee1be5e24eb1f10a4fb7a3a6a0f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 May 1994 10:55:50 +0000 Subject: Formerly Makefile.~9~ --- libthreads/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libthreads/Makefile') diff --git a/libthreads/Makefile b/libthreads/Makefile index b10ddb81..7296ca01 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -21,10 +21,10 @@ dir := libthreads include ../Makeconf -# In GNU mig_support.c and machine/lock.s are omitted; that work is all -# done in libc. +# In GNU mig_support.c, sync.c and machine/lock.s are omitted; that work is +# all done in libc. generic-sources = call.c cprocs.c cthread_data.c cthreads.c \ - malloc.c stack.c sync.c + malloc.c stack.c machine-sources = csw.S thread.c sources = $(generic-sources) $(addprefix $(machine)/,$(machine-sources)) objects = $(addsuffix .o,$(basename $(notdir $(sources)))) -- cgit v1.2.3