perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available
authorConny Seidel <conny.seidel@amd.com>
Tue, 6 Jul 2010 15:39:43 +0000 (17:39 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 22 Jul 2010 20:30:39 +0000 (17:30 -0300)
commit8a4fd31e0e8dc33f00b8949a12ac56310bac57bc
treecf8db87595eb836c513464a81d8ee5da05f31c59
parent70a7cb3b39994ff366ff100b46f9dc97b1510c0f
perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available

make version 3.80 doesn't support "else ifdef" on the same line, also it
doesn't support unindented nested constructs.

Build fails with:
Makefile:608: Extraneous text after `else' directive
Makefile:611: *** only one `else' per conditional.  Stop.

This patch fixes the build for make 3.80.

Cc: Ingo Molnar <mingo@elte.hu>,
Cc: Borislav Petkov <borislav.petkov@amd.com>
LKML-Reference: <1278430783-17259-1-git-send-email-conny.seidel@amd.com>
Signed-off-by: Conny Seidel <conny.seidel@amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Makefile