From: adam Date: Wed, 29 Dec 2004 07:32:59 +0000 (+0000) Subject: fixed tab/space bug in Makefile X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=0b5f8782d8203433f750fe4fc15556de8674342f fixed tab/space bug in Makefile darcs-hash:20041229073259-5007d-6d62e39998eba3b7052fc793ae6f641af9a42e8e.gz --- diff --git a/Makefile.tool b/Makefile.tool index 2abfec0..80ccb5b 100644 --- a/Makefile.tool +++ b/Makefile.tool @@ -1,7 +1,7 @@ default: src/org/ibex/graphics/Vera.java src/org/ibex/core/builtin/Scar.java jar/mipsapps.jar jar/mipsapps.jar: - cp repo/org.ibex.core/prebuilt/mipsapps.jar $@ + cp repo/org.ibex.core/prebuilt/mipsapps.jar $@ src/org/ibex/graphics/Vera.java: @echo " Encoding Vera.ttf -> Vera.java"