nestedvm build fixes
authorbrian <brian@brianweb.net>
Tue, 6 Jul 2004 03:45:08 +0000 (03:45 +0000)
committerbrian <brian@brianweb.net>
Tue, 6 Jul 2004 03:45:08 +0000 (03:45 +0000)
darcs-hash:20040706034508-24bed-abba2aec71cfb1a659c6dd92e180833cb2b115f5.gz

Makefile

index 72d1f5f..9ca6dea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -194,8 +194,8 @@ compile: .compile
 build/class/org/ibex/util/MIPSApps.class: build/mips/mipsapps.mips .install_org.ibex.nestedvm 
        @mkdir -p build/java/org/ibex/util
        @echo -e "\n\033[1mtranslating        .mips -> .class:  $<\033[0m"
-       java -cp upstream/org.ibex.nestedvm/build:upstream/org.ibex.nestedvm/upstream/build/bcel-5.1/bcel-5.1.jar \
-               org.xwt.mips.Compiler org.ibex.util.MIPSApps $< -outfile $@
+       java -cp upstream/org.ibex.nestedvm/build:upstream/org.ibex.nestedvm/upstream/build/classgen/build \
+               org.ibex.nestedvm.Compiler org.ibex.util.MIPSApps $< -outfile $@
 
 build/Java2/ibex.jar: compile build/res/builtin.jar build/class/org/ibex/util/MIPSApps.class
        @echo -e "\n\033[1marchiving         .class -> .jar:   build/Java2/ibex.jar\033[0m"