diff options
author | Tom Tromey <tromey@cygnus.com> | 1999-11-04 19:39:50 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 1999-11-04 19:39:50 +0000 |
commit | 3442c71cfc49a8891c68f5c9c33e86283e20109b (patch) | |
tree | ba68b91dc78e65a3f26fd64968aea873e62e578e /boehm-gc/Makefile.am | |
parent | a57e0ef5822435c1ee45a59e1110d6bef0a79d53 (diff) | |
download | gcc-3442c71cfc49a8891c68f5c9c33e86283e20109b.zip gcc-3442c71cfc49a8891c68f5c9c33e86283e20109b.tar.gz gcc-3442c71cfc49a8891c68f5c9c33e86283e20109b.tar.bz2 |
Makefile.in: Rebuilt.
* Makefile.in: Rebuilt.
* Makefile.am (libgcjgc_la_SOURCES): Removed quick_threads.c.
From-SVN: r30396
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 be15848..a3f6d374 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) |