From 993184c94674013a6169b77a3611c3e664483b17 Mon Sep 17 00:00:00 2001 From: tupshin Date: Mon, 9 Feb 2004 04:48:57 +0000 Subject: [PATCH] correct package name of MIPSApps.java Without this patch, there is a noclassfound error re: MIPSApps when Freetype tries to load darcs-hash:20040209044857-a9258-0e82d438de4b24828beb362e35487192c52aaca2.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3e9ea9c..19f1e40 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ build/java/org/xwt/mips/%: build/class/org/ibex/translators/MIPSApps.class: build/mips/mipsapps.mips .jikes mkdir -p build/java/org/ibex/translators @echo -e "\n\033[1mtranslating .mips -> .java: $<\033[0m" - (echo -e 'package org.xwt.translators;\n'; \ + (echo -e 'package org.ibex.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/ibex/translators/MIPSApps.java @echo -e "\n\033[1mcompiling .java -> .class: $<\033[0m" -- 1.7.10.4