From: Andres Salomon <dilinger@queued.net>
Date: Sat, 26 Apr 2008 02:34:58 +0000 (-0400)
Subject: kbuild: fix help output to show correct arch
X-Git-Tag: v2.6.26-rc1~689^2~6
X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=01dee1881d7cbcd5c456735085e52de94da8d4e1;p=linux-2.6-omap-h63xx.git

kbuild: fix help output to show correct arch

Signed-off-by: Andres Salomon <dilinger@debian.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
---

diff --git a/Makefile b/Makefile
index da76f51990d..d3634cd6fe3 100644
--- a/Makefile
+++ b/Makefile
@@ -1223,9 +1223,9 @@ help:
 	@echo  'Documentation targets:'
 	@$(MAKE) -f $(srctree)/Documentation/DocBook/Makefile dochelp
 	@echo  ''
-	@echo  'Architecture specific targets ($(ARCH)):'
+	@echo  'Architecture specific targets ($(SRCARCH)):'
 	@$(if $(archhelp),$(archhelp),\
-		echo '  No architecture specific help defined for $(ARCH)')
+		echo '  No architecture specific help defined for $(SRCARCH)')
 	@echo  ''
 	@$(if $(boards), \
 		$(foreach b, $(boards), \