X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2cd421aafba9842fbf01e637a305a890a8db305a;hb=ccf0715e9a34f491fa2c52f5f1ba90fd371b7c51;hp=4d030d21c56d75e34899d39d945a771391141909;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 4d030d2..2cd421a 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ build/java/org/xwt/mips/%: build/class/org/xwt/translators/MIPSApps.class: build/mips/mipsapps.mips .jikes mkdir -p build/java/org/xwt/translators @echo -e "\n\033[1mtranslating .mips -> .java: $<\033[0m" - (echo -e 'package org.ibex.translators;\nimport org.xwt.mips.*;\n'; \ + (echo -e 'package org.xwt.translators;\n'; \ java -Xint -cp upstream/mips/build org.xwt.mips.Compiler MIPSApps build/mips/mipsapps.mips) \ | sed 's,//.*$$,,;'| tr -d '\n' > build/java/org/xwt/translators/MIPSApps.java @echo -e "\n\033[1mcompiling .java -> .class: $<\033[0m"