correct package name of MIPSApps.java
authortupshin <tupshin@tupshin.com>
Mon, 9 Feb 2004 04:48:57 +0000 (04:48 +0000)
committertupshin <tupshin@tupshin.com>
Mon, 9 Feb 2004 04:48:57 +0000 (04:48 +0000)
Without this patch, there is a noclassfound error re: MIPSApps when Freetype tries to load

darcs-hash:20040209044857-a9258-0e82d438de4b24828beb362e35487192c52aaca2.gz

Makefile

index 3e9ea9c..19f1e40 100644 (file)
--- 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"