From 8bd54183ce1352044ccc5861fb1fc99e6fa1af45 Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 29 Sep 2005 13:08:31 +0000 Subject: [PATCH] * classpath: Removed. * fdlibm: Added. --- src/Makefile.am | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 47316cfd1..6dbcabd01 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,14 +28,14 @@ ## ## Changes: ## -## $Id: Makefile.am 3253 2005-09-21 17:49:46Z twisti $ +## $Id: Makefile.am 3304 2005-09-29 13:08:31Z twisti $ ## Process this file with automake to produce Makefile.in DIST_SUBDIRS = \ boehm-gc \ - classpath \ lib \ + fdlibm \ libltdl \ libffi \ mm \ @@ -57,19 +57,12 @@ else BOEHM = boehm-gc endif -if WITH_EXTERNAL_CLASSPATH -CLASSPATH = \ - lib \ - classpath/native/fdlibm -else -CLASSPATH = classpath -endif - # Keep this order!!! SUBDIRS = \ $(BOEHM) \ - $(CLASSPATH) \ + lib \ + fdlibm \ $(LIBFFI) \ libltdl \ mm \ -- 2.25.1