From: brian Date: Fri, 30 Jan 2004 07:44:14 +0000 (+0000) Subject: 2004/01/13 00:36:21 X-Git-Tag: RC3~185 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=10e801b24a94d9641873745e22fa5c356cef9214 2004/01/13 00:36:21 darcs-hash:20040130074414-aa32f-04b6b7848b4b4345e521004a3b87f1df97f98020.gz --- diff --git a/Makefile b/Makefile index 11e25f3..e60fd2a 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ build/java/org/xwt/translators/MIPSApps.java: build/mips/mipsapps.mips build/cla @echo -e "\n\033[1mtranslating .mips -> .java: $<\033[0m" (echo -e 'package org.xwt.translators;\nimport org.xwt.mips.*;\n'; \ java -Xint -cp build/class org.xwt.mips.Compiler MIPSApps build/mips/mipsapps.mips)\ - > $@ + | sed 's,//.*$$,,;'|tr -d '\n' > $@ build/java/org/xwt/%.java: src/org/xwt/%.java make build/class/org/xwt/util/Preprocessor.class