diff options
Diffstat (limited to 'tools/perf/config/Makefile')
-rw-r--r-- | tools/perf/config/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile index d604e50fc167..c48d44958172 100644 --- a/tools/perf/config/Makefile +++ b/tools/perf/config/Makefile | |||
@@ -600,5 +600,5 @@ perfexec_instdir_SQ = $(subst ','\'',$(perfexec_instdir)) | |||
600 | # Otherwise we install plugins into the global $(libdir). | 600 | # Otherwise we install plugins into the global $(libdir). |
601 | ifdef DESTDIR | 601 | ifdef DESTDIR |
602 | plugindir=$(libdir)/traceevent/plugins | 602 | plugindir=$(libdir)/traceevent/plugins |
603 | plugindir_SQ= $(subst ','\'',$(prefix)/$(plugindir)) | 603 | plugindir_SQ= $(subst ','\'',$(plugindir)) |
604 | endif | 604 | endif |