fix makefile for new gcclass
authorbrian <brian@brianweb.net>
Thu, 24 Aug 2006 03:31:49 +0000 (20:31 -0700)
committerbrian <brian@brianweb.net>
Thu, 24 Aug 2006 03:31:49 +0000 (20:31 -0700)
darcs-hash:20060824033149-24bed-30013df342c06e4cc2db8be4001b45ad92d82335.gz

Makefile

index e539ef6..369f157 100644 (file)
--- 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 \
        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 .
        com.brian_web.gcclass.GCClass \
                "$(classpath)" tmp/pruned org.ibex.nestedvm.RuntimeCompiler.main `cat .gcclass_hints`
        cd tmp/pruned && jar cfm ../../$@ ../../.manifest .