X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=tools%2Fperf%2Fconfig%2FMakefile;h=c48d44958172b7dd8f75634ece4d909ae2d5b15b;hb=d891ea23d5203e5c47439b2a174f86a00b356a6c;hp=d604e50fc167b232ad50c3c7cde967c9a0ccd0cf;hpb=5ee7a81a9fd9f663acdd7ecf6c395bcfc014b98f;p=~andy%2Flinux diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index d604e50fc16..c48d4495817 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile @@ -600,5 +600,5 @@ perfexec_instdir_SQ = $(subst ','\'',$(perfexec_instdir)) # Otherwise we install plugins into the global $(libdir). ifdef DESTDIR plugindir=$(libdir)/traceevent/plugins -plugindir_SQ= $(subst ','\'',$(prefix)/$(plugindir)) +plugindir_SQ= $(subst ','\'',$(plugindir)) endif