From: brian Date: Thu, 24 Aug 2006 03:31:49 +0000 (-0700) Subject: fix makefile for new gcclass X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=3114f2de2fb717bff6bf8cbb883bd9d9a149cddf fix makefile for new gcclass darcs-hash:20060824033149-24bed-30013df342c06e4cc2db8be4001b45ad92d82335.gz --- 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 .