From: Borislav Petkov Date: Tue, 29 Jan 2013 10:48:11 +0000 (+0100) Subject: tools: Correct typo in tools Makefile X-Git-Tag: next-20130218~37^2~11^2~11 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7e010562e01aff929126f671ff9e730e22dbdb1b;p=karo-tx-linux.git tools: Correct typo in tools Makefile It should be make -C tools/ _install Signed-off-by: Borislav Petkov Cc: Ingo Molnar Link: http://lkml.kernel.org/r/1359456492-22156-1-git-send-email-bp@alien8.de Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/Makefile b/tools/Makefile index 1f9a529fe544..798fa0ef048e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,7 +15,7 @@ help: @echo ' x86_energy_perf_policy - Intel energy policy tool' @echo '' @echo 'You can do:' - @echo ' $$ make -C tools/_install' + @echo ' $$ make -C tools/ _install' @echo '' @echo ' from the kernel command line to build and install one of' @echo ' the tools above'