From c05c8c0fb771b71d61eca596567ddb291b32e816 Mon Sep 17 00:00:00 2001 From: "tim.newsham" Date: Sun, 11 May 2008 23:41:39 +0000 Subject: [PATCH] - oops, extra echo for debugging removed. --- build/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Makefile b/build/Makefile index d906ba2..e60567c 100644 --- a/build/Makefile +++ b/build/Makefile @@ -163,5 +163,4 @@ clobber : clean @$(AS) $< @../tools/fixaout.py @mv a.out $@ - @echo done $< $@