diff options
author | Adam Megacz <adam@xwt.org> | 2002-02-25 04:04:43 +0000 |
---|---|---|
committer | Adam Megacz <megacz@gcc.gnu.org> | 2002-02-25 04:04:43 +0000 |
commit | 3e0e6811b6c5753e726d4eb75063f16bc902d2d6 (patch) | |
tree | c3661a6b87b48d3747baeda01b5c23265fc0e38f /boehm-gc/Makefile.am | |
parent | b188f760cee19e9542e5f553fbf7c20a0c6159ac (diff) | |
download | gcc-3e0e6811b6c5753e726d4eb75063f16bc902d2d6.zip gcc-3e0e6811b6c5753e726d4eb75063f16bc902d2d6.tar.gz gcc-3e0e6811b6c5753e726d4eb75063f16bc902d2d6.tar.bz2 |
Makefile.am: Added win32_threads.c to sources list.
2002-02-24 Adam Megacz <adam@xwt.org>
* Makefile.am: Added win32_threads.c to sources list.
* win32_threads.c: Added two */'s which I had neglected.
From-SVN: r50016
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index ffb2782..12a072d 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -32,7 +32,7 @@ dyn_load.c finalize.c gc_dlopen.c gcj_mlc.c headers.c irix_threads.c \ linux_threads.c malloc.c mallocx.c mark.c mark_rts.c misc.c new_hblk.c \ obj_map.c os_dep.c pcr_interface.c ptr_chck.c real_malloc.c reclaim.c \ solaris_pthreads.c solaris_threads.c specific.c stubborn.c typd_mlc.c \ -backgraph.c +backgraph.c win32_threads.c # Include THREADLIBS here to ensure that the correct versions of # linuxthread semaphore functions get linked: |