aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/config/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r--tools/perf/config/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
index 729bbdf5cec7..4f100b54ba8b 100644
--- a/tools/perf/config/Makefile
+++ b/tools/perf/config/Makefile
@@ -447,6 +447,7 @@ else
447 ifneq ($(feature-libperl), 1) 447 ifneq ($(feature-libperl), 1)
448 CFLAGS += -DNO_LIBPERL 448 CFLAGS += -DNO_LIBPERL
449 NO_LIBPERL := 1 449 NO_LIBPERL := 1
450 msg := $(warning Missing perl devel files. Disabling perl scripting support, consider installing perl-ExtUtils-Embed);
450 else 451 else
451 LDFLAGS += $(PERL_EMBED_LDFLAGS) 452 LDFLAGS += $(PERL_EMBED_LDFLAGS)
452 EXTLIBS += $(PERL_EMBED_LIBADD) 453 EXTLIBS += $(PERL_EMBED_LIBADD)
@@ -599,7 +600,7 @@ endif
599 600
600# Make the path relative to DESTDIR, not to prefix 601# Make the path relative to DESTDIR, not to prefix
601ifndef DESTDIR 602ifndef DESTDIR
602prefix = $(HOME) 603prefix ?= $(HOME)
603endif 604endif
604bindir_relative = bin 605bindir_relative = bin
605bindir = $(prefix)/$(bindir_relative) 606bindir = $(prefix)/$(bindir_relative)