* src/native/tools/Makefile.am (GC_LIB): Removed.
authortwisti <none@none>
Tue, 28 Nov 2006 21:50:26 +0000 (21:50 +0000)
committertwisti <none@none>
Tue, 28 Nov 2006 21:50:26 +0000 (21:50 +0000)
src/native/tools/Makefile.am

index 0b802c88b4c63dfec1f1c91b312ae92d15f64bd9..877ea94219143a0bcc5ed7ab8de3888ba3c8b842 100644 (file)
@@ -26,9 +26,7 @@
 ##
 ## Authors: Christian Thalinger
 ##
-## Changes:
-##
-## $Id: Makefile.am 4921 2006-05-15 14:24:36Z twisti $
+## $Id: Makefile.am 6076 2006-11-28 21:50:26Z twisti $
 
 ## Process this file with automake to produce Makefile.in
 
@@ -36,20 +34,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/vm/jit/$(ARCH_DIR) -I$(top
 
 LIBS =
 
-if DISABLE_GC
-GC_LIB = $(top_builddir)/src/boehm-gc/libgc.la
-else
-GC_LIB = $(top_builddir)/src/boehm-gc/libgc.la
-endif
-
 noinst_PROGRAMS = gennativetable
 
 gennativetable_SOURCES = gennativetable.c
 
 gennativetable_LDADD = \
        $(top_builddir)/src/cacaoh/libcacaoh.la \
-       $(top_builddir)/src/fdlibm/libfdlibm.la \
-       $(GC_LIB)
+       $(top_builddir)/src/fdlibm/libfdlibm.la
 
 gennativetable_DEPENDENCIES = \
        $(gennativetable_LDADD)