diff options
author | Miles Bader <miles@gnu.org> | 1995-08-22 23:30:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-08-22 23:30:59 +0000 |
commit | 58ca73950fa65b037d96483c3e573330c5d8c530 (patch) | |
tree | 0ab17a64d17bacf529cf208eff901069aa124db9 | |
parent | 4a69536e72f921a53fe00ae2e7464dab8bee42de (diff) |
Add a backslash.
-rw-r--r-- | libthreads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libthreads/Makefile b/libthreads/Makefile index 088c08f5..550178f4 100644 --- a/libthreads/Makefile +++ b/libthreads/Makefile @@ -22,7 +22,7 @@ makemode := library # In GNU mig_support.c, sync.c and machine/lock.s are omitted; that work is # all done in libc. -SRCS := call.c cprocs.c cthread_data.c cthreads.c stack.c malloc.c +SRCS := call.c cprocs.c cthread_data.c cthreads.c stack.c malloc.c \ cancel-cond.c I386SRCS := i386/csw.S i386/thread.c |