diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 19:39:50 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-11-04 19:39:50 +0000 |
commit | 2c6bcdbf388c45a82197e8ac20f8a32996aedc9c (patch) | |
tree | ba68b91dc78e65a3f26fd64968aea873e62e578e /boehm-gc/Makefile.am | |
parent | 46ac5396a3daef193690cdb133a2ba4ce26f9416 (diff) | |
download | gcc-2c6bcdbf388c45a82197e8ac20f8a32996aedc9c.tar.gz |
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30396 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/Makefile.am')
-rw-r--r-- | boehm-gc/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/boehm-gc/Makefile.am b/boehm-gc/Makefile.am index be15848ac9d..a3f6d374c47 100644 --- a/boehm-gc/Makefile.am +++ b/boehm-gc/Makefile.am @@ -30,9 +30,8 @@ gcconfig.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 \ -solaris_threads.c solaris_threads.h stubborn.c typd_mlc.c version.h \ -weakpointer.h +real_malloc.c reclaim.c solaris_pthreads.c solaris_threads.c \ +solaris_threads.h stubborn.c typd_mlc.c version.h weakpointer.h libgcjgc_la_LIBADD = @addobjs@ libgcjgc_la_DEPENDENCIES = @addobjs@ libgcjgc_la_LDFLAGS = -version-info 0:0:0 -rpath $(toolexeclibdir) |