From 9bc8642e1f366a35c305b9abe9e01bf934b584b9 Mon Sep 17 00:00:00 2001 From: tromey Date: Mon, 1 Nov 1999 23:15:51 +0000 Subject: Merged GC 5.0alpha4 with local changes, plus: * Makefile.in: Rebuilt. * Makefile.am (gctest_LDADD): Added THREADLIB. (TESTS): New macro. * configure: Rebuilt. * configure.in (INCLUDES): New subst. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30332 138bc75d-0d04-0410-961f-82ee72b054a4 --- boehm-gc/SMakefile.amiga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boehm-gc/SMakefile.amiga') diff --git a/boehm-gc/SMakefile.amiga b/boehm-gc/SMakefile.amiga index b1aa340e538..e9602c08cdc 100644 --- a/boehm-gc/SMakefile.amiga +++ b/boehm-gc/SMakefile.amiga @@ -1,6 +1,6 @@ OBJS= alloc.o reclaim.o allchblk.o misc.o mach_dep.o os_dep.o mark_rts.o headers.o mark.o obj_map.o blacklst.o finalize.o new_hblk.o real_malloc.o dyn_load.o dbg_mlc.o malloc.o stubborn.o checksums.o typd_mlc.o ptr_chck.o -INC= gc_private.h gc_hdrs.h gc.h config.h +INC= gc_private.h gc_hdrs.h gc.h gcconfig.h all: gctest setjmp_t -- cgit v1.2.1