From 3114f2de2fb717bff6bf8cbb883bd9d9a149cddf Mon Sep 17 00:00:00 2001 From: brian Date: Wed, 23 Aug 2006 20:31:49 -0700 Subject: [PATCH] fix makefile for new gcclass darcs-hash:20060824033149-24bed-30013df342c06e4cc2db8be4001b45ad92d82335.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e539ef6..369f157 100644 --- a/Makefile +++ b/Makefile @@ -239,7 +239,7 @@ compact_runtime_compiler.jar: $(java_classes) .manifest $(tasks)/build_darcs_gcc mkdir -p tmp/pruned rm -rf tmp/pruned/* $(JAVA) -cp \ - upstream/build/gcclass/build:upstream/build/gcclass/upstream/bcel-5.1/bcel-5.1.jar \ + upstream/build/gcclass/build:upstream/build/gcclass/upstream/bcel-5.2/bcel-5.2.jar \ com.brian_web.gcclass.GCClass \ "$(classpath)" tmp/pruned org.ibex.nestedvm.RuntimeCompiler.main `cat .gcclass_hints` cd tmp/pruned && jar cfm ../../$@ ../../.manifest . -- 1.7.10.4