X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=369f157b654d4d5a971d00d958220b8ebf2d8728;hp=e539ef63e57b3c1e871a67aefd7f1227a0156d99;hb=3114f2de2fb717bff6bf8cbb883bd9d9a149cddf;hpb=437397dbd57fbfc6656c49f1aff377da37484bb6 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 .