aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorBorislav Petkov <bp@suse.de>2013-01-29 11:48:11 +0100
committerArnaldo Carvalho de Melo <acme@redhat.com>2013-01-30 10:35:14 -0300
commit7e010562e01aff929126f671ff9e730e22dbdb1b (patch)
tree3562d5661f17bc0637edc44178565d0e7b4eacad /tools/Makefile
parentperf tests: Fix leaks on PERF_RECORD_* test (diff)
downloadlinux-dev-7e010562e01aff929126f671ff9e730e22dbdb1b.tar.xz
linux-dev-7e010562e01aff929126f671ff9e730e22dbdb1b.zip
tools: Correct typo in tools Makefile
It should be make -C tools/ <tool>_install Signed-off-by: Borislav Petkov <bp@suse.de> Cc: Ingo Molnar <mingo@kernel.org> Link: http://lkml.kernel.org/r/1359456492-22156-1-git-send-email-bp@alien8.de Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to '')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
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/<tool>_install'
+ @echo ' $$ make -C tools/ <tool>_install'
@echo ''
@echo ' from the kernel command line to build and install one of'
@echo ' the tools above'