[PATCH] `make help' in build tree doesn't show headers_* targets
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Mon, 29 Jan 2007 12:47:01 +0000 (13:47 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 30 Jan 2007 16:28:16 +0000 (08:28 -0800)
commit59df3230fc57fa8900bebf3d2d68221d549f3c7c
tree59ca2c3a435e44395fbb42e9eaeb349c10bcf783
parent3d8b3036f5260b366ec0982aa2f862d841d058c2
[PATCH] `make help' in build tree doesn't show headers_* targets

`make help' in the build tree doesn't show the help texts about the
`headers_install' and `headers_check' targets because it looks for
include/asm-$(ARCH)/Kbuild in the wrong place.
Add the missing `$(srctree)' prefixes to fix this.
Also move the printing of the default install path for the headers inside the
`if/fi', where it belongs.

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Acked-by: Oleg Verych <olecom@flower.upol.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile