diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-13 14:28:15 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-13 14:28:15 +0000 |
commit | 1209a00aa6b9df4b0915511b148d2ed77ce80f7b (patch) | |
tree | 358f3d8f47de42104d88feebcd08f84f2967b09a /boehm-gc/Makefile.am | |
parent | f37394d85576b5bdba59c9388d3f25964952265e (diff) | |
download | gcc-1209a00aa6b9df4b0915511b148d2ed77ce80f7b.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_a_SOURCES): Added solaris-threads.c and
solaris-threads.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index fba2c1f4745..5b0742d5001 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -25,8 +25,9 @@ config.h dbg_mlc.c dyn_load.c finalize.c gc.h gc_alloc.h gc_cpp.h \ gc_hdrs.h gc_mark.h gc_priv.h gc_private.h gc_typed.h 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 \ -quick_threads.c real_malloc.c reclaim.c solaris_pthreads.c stubborn.c \ -typd_mlc.c version.h weakpointer.h +quick_threads.c real_malloc.c reclaim.c solaris_pthreads.c \ +solaris_threads.c solaris_threads.h stubborn.c typd_mlc.c version.h \ +weakpointer.h libgcjgc_a_LIBADD = @addobjs@ libgcjgc_a_DEPENDENCIES = @addobjs@ |