summaryrefslogtreecommitdiffstats
path: root/tools/perf/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2010-04-27 11:16:54 +0200
committerIngo Molnar <mingo@elte.hu>2010-04-27 11:16:54 +0200
commit462b04e28a7ec1339c892117c3f20a40e55d0e83 (patch)
tree5ea38f3227c761fa936b293afa52c26a660bd6c7 /tools/perf/Makefile
parentcfadf9d4ac4be940595ab73d3def24c23c8b875f (diff)
parentf93830fbb06b67848c762f2177c06cc3cbb97deb (diff)
downloadtalos-obmc-linux-462b04e28a7ec1339c892117c3f20a40e55d0e83.tar.gz
talos-obmc-linux-462b04e28a7ec1339c892117c3f20a40e55d0e83.zip
Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
Diffstat (limited to 'tools/perf/Makefile')
-rw-r--r--tools/perf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile b/tools/perf/Makefile
index e8bf2e1ab497..3ac6b677becd 100644
--- a/tools/perf/Makefile
+++ b/tools/perf/Makefile
@@ -504,7 +504,7 @@ PERFLIBS = $(LIB_FILE)
ifndef NO_DWARF
ifneq ($(shell sh -c "(echo '\#include <dwarf.h>'; echo '\#include <libdw.h>'; echo 'int main(void) { Dwarf *dbg; dbg = dwarf_begin(0, DWARF_C_READ); return (long)dbg; }') | $(CC) -x c - $(ALL_CFLAGS) -I/usr/include/elfutils -ldw -lelf -o $(BITBUCKET) $(ALL_LDFLAGS) $(EXTLIBS) "$(QUIET_STDERR)" && echo y"), y)
- msg := $(warning No libdw.h found or old libdw.h found, disables dwarf support. Please install elfutils-devel/elfutils-dev);
+ msg := $(warning No libdw.h found or old libdw.h found, disables dwarf support. Please install elfutils-devel/libdw-dev);
NO_DWARF := 1
endif # Dwarf support
endif # NO_DWARF
OpenPOWER on IntegriCloud