summaryrefslogtreecommitdiff
path: root/libthreads
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-05 10:55:50 +0000
committerRoland McGrath <roland@gnu.org>1994-05-05 10:55:50 +0000
commite7bc5119b61f9ee1be5e24eb1f10a4fb7a3a6a0f (patch)
tree7a26dd9bda2ea8ce7707ab26eadd66c6d29487d9 /libthreads
parentec7b2ecc107401c0fe24fb738be0e6d031f0f622 (diff)
Formerly Makefile.~9~
Diffstat (limited to 'libthreads')
-rw-r--r--libthreads/Makefile6
1 files changed, 3 insertions, 3 deletions
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))))