From: Conny Seidel Date: Tue, 6 Jul 2010 15:39:43 +0000 (+0200) Subject: perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available X-Git-Tag: v2.6.35~44^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4fd31e0e8dc33f00b8949a12ac56310bac57bc;p=pandora-kernel.git 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 , Cc: Borislav Petkov LKML-Reference: <1278430783-17259-1-git-send-email-conny.seidel@amd.com> Signed-off-by: Conny Seidel Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed