perf tools: Trivial build fix
authorDavid Ahern <dsahern@gmail.com>
Tue, 12 Jun 2012 01:13:32 +0000 (19:13 -0600)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 27 Jun 2012 16:32:06 +0000 (13:32 -0300)
commitd9873ab79376d5c0112ed09e14783067dc65e808
treecda1525b5483ad4952ff9d71348693f14d8b26ba
parent300aa941650e98966ad85847527537df5b11a87e
perf tools: Trivial build fix

References to OUTPUT should not be followed by a '/'. When a build
output directory is not specified for this case you get:

gcc -o builtin-annotate.o -c ... -I/util ...

which is wrong.

Signed-off-by: David Ahern <dsahern@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Tim Chen <tim.c.chen@linux.intel.com>
Link: http://lkml.kernel.org/r/1339463612-30937-1-git-send-email-dsahern@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile
This page took 0.029536 seconds and 5 git commands to generate.