From ee76ae76ec08f9209b971da76a87afe70f275a5a Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 29 Sep 2005 14:36:31 +0000 Subject: [PATCH] * GNU classpath removal changes. --- tests/regression/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 24703b811..987be6565 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -28,12 +28,12 @@ ## ## Changes: ## -## $Id: Makefile.am 3104 2005-07-24 22:29:46Z twisti $ +## $Id: Makefile.am 3315 2005-09-29 14:36:31Z twisti $ ## Process this file with automake to produce Makefile.in JAVA = $(top_builddir)/src/cacao/cacao -JAVAC = jikes -nowarn +JAVAC = jikes -classpath $(CLASSPATH_INSTALL_DIR)/share/classpath/glibj.zip -nowarn CLEANFILES = \ *.class \ -- 2.25.1