summaryrefslogtreecommitdiff
path: root/tools/perf/config/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2015-07-31 10:59:28 +0300
committerIngo Molnar <mingo@kernel.org>2015-07-31 10:59:28 +0300
commitacd632eb64b6cd8e25583bb248c36aa937b8f021 (patch)
tree993d276cbadb450fe8cf5e3c66d444a905d452e7 /tools/perf/config/Makefile
parent4b0c53e9e1a2a785746b2d379a32cb70b4dbb2fd (diff)
parent5542b2aa9eea3f2bb922029c8cc4b4346c4f6b1c (diff)
downloadlinux-acd632eb64b6cd8e25583bb248c36aa937b8f021.tar.xz
Merge branch 'perf/urgent' into perf/core, to merge fixes before pulling more changes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r--tools/perf/config/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 8768f84e42a5..823195aa6d4b 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -638,7 +638,7 @@ ifndef DESTDIR
prefix ?= $(HOME)
endif
bindir_relative = bin
-bindir = $(prefix)/$(bindir_relative)
+bindir = $(abspath $(prefix)/$(bindir_relative))
mandir = share/man
infodir = share/info
perfexecdir = libexec/perf-core