From 0b5f8782d8203433f750fe4fc15556de8674342f Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 29 Dec 2004 07:32:59 +0000 Subject: [PATCH] fixed tab/space bug in Makefile darcs-hash:20041229073259-5007d-6d62e39998eba3b7052fc793ae6f641af9a42e8e.gz --- Makefile.tool | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.4