diff options
-rw-r--r-- | tools/lib/traceevent/Makefile | 2 | ||||
-rw-r--r-- | tools/perf/config/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/traceevent/Makefile b/tools/lib/traceevent/Makefile index 56d52a33a3df..005c9cc06935 100644 --- a/tools/lib/traceevent/Makefile +++ b/tools/lib/traceevent/Makefile | |||
@@ -63,7 +63,7 @@ endif | |||
63 | endif | 63 | endif |
64 | 64 | ||
65 | ifeq ($(set_plugin_dir),1) | 65 | ifeq ($(set_plugin_dir),1) |
66 | PLUGIN_DIR = -DPLUGIN_DIR="$(DESTDIR)/$(plugin_dir)" | 66 | PLUGIN_DIR = -DPLUGIN_DIR="$(plugin_dir)" |
67 | PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))' | 67 | PLUGIN_DIR_SQ = '$(subst ','\'',$(PLUGIN_DIR))' |
68 | endif | 68 | endif |
69 | 69 | ||
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 |