From 321fe042a7b58c6ba09ae1769bc59e8a77ff77c0 Mon Sep 17 00:00:00 2001 From: twisti Date: Thu, 8 Jul 2004 18:49:58 +0000 Subject: [PATCH] Use bootstrap.zip in CLASSPATH. --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 84493f39c..3f583308d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -# $Id: Makefile.am 1282 2004-07-05 22:15:51Z twisti $ +# $Id: Makefile.am 1287 2004-07-08 18:49:58Z twisti $ @SET_MAKE@ @@ -130,10 +130,10 @@ gennativetable_LDADD = \ @THREAD_LIB@ natheaders: cacaoh - CLASSPATH=$(top_srcdir)/classpath/lib/glibj.zip ./cacaoh $(CLASSES) + CLASSPATH=$(top_srcdir)/classpath/lib/bootstrap.zip ./cacaoh $(CLASSES) nativetable.inc: gennativetable - CLASSPATH=$(top_srcdir)/classpath/lib/glibj.zip $(top_srcdir)/gennativetable $(CLASSES) > nativetable.inc + CLASSPATH=$(top_srcdir)/classpath/lib/bootstrap.zip $(top_srcdir)/gennativetable $(CLASSES) > nativetable.inc native.c: nativetable.inc -- 2.25.1