perf tools: Fix build on POSIX shells
authorBernd Petrovitsch <bernd@sysprog.at>
Tue, 17 Aug 2010 15:22:08 +0000 (12:22 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 17 Aug 2010 15:22:08 +0000 (12:22 -0300)
commit033a273f9836b592dd568abd0f655be469d66704
tree27094c24520a244d223db93d9e3369aee01735cb
parente91846213241e3c46da8cbe992bceb1697de8d78
perf tools: Fix build on POSIX shells

POSIX sh does not specify the brace expansion, so fix it by replacing the
global $(shell ...) lines quite at the top creating the output directories with
real rules.

Cc: Ingo Molnar <mingo@elte.hu>
Cc: Kusanagi Kouichi <slash@ac.auone-net.jp>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mackerras <paulus@samba.org>
LKML-Reference: <1282046280.5822.4.camel@thorin>
Signed-off-by: Bernd Petrovitsch <bernd@sysprog.at>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile