From: Bo Shen <voice.shen@atmel.com>
Date: Mon, 16 Dec 2013 07:27:23 +0000 (+0800)
Subject: Makefile: fix the typo error for mrproper
X-Git-Tag: v2025.01-rc5-pxa1908~15510^2~38
X-Git-Url: http://git.dujemihanovic.xyz/html/static/gitweb.css?a=commitdiff_plain;h=ace8f506423458c172e2baeb9f858928872cc744;p=u-boot.git

Makefile: fix the typo error for mrproper

Fix the typo error for mrproper from mkproper.

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Simon Glass <sjg@chromium.org>
---

diff --git a/Makefile b/Makefile
index f03d116d7c..de36187fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -163,7 +163,7 @@ endif
 include $(TOPDIR)/config.mk
 
 # Targets which don't build the source code
-NON_BUILD_TARGETS = backup clean clobber distclean mkproper tidy unconfig
+NON_BUILD_TARGETS = backup clean clobber distclean mrproper tidy unconfig
 
 # Only do the generic board check when actually building, not configuring
 ifeq ($(filter $(NON_BUILD_TARGETS),$(MAKECMDGOALS)),)