From patchwork Tue Sep 28 07:24:52 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix small type in root Makefile. Date: Tue, 28 Sep 2010 07:24:52 -0000 From: Warren Turkal X-Patchwork-Id: 2001 Message-Id: <1285658692-17774-1-git-send-email-wt@penguintechs.org> To: coreboot@coreboot.org Cc: Warren Turkal Signed-off-by: Warren Turkal Acked-by: Peter Stuge --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 3754ab9..92a6450 100644 --- a/Makefile +++ b/Makefile @@ -359,7 +359,7 @@ clean: clean-for-update rm -f $(obj)/coreboot* .ccwrap clean-abuild: - rm -rf coreboot_builds + rm -rf coreboot-builds clean-cscope: rm -f cscope.out