diff options
author | Jiri Olsa <jolsa@redhat.com> | 2013-12-05 06:13:54 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2013-12-05 07:26:14 -0500 |
commit | 789790791ad254408267eb6a216ae7a90973c05a (patch) | |
tree | cda48bec12680f2bf7d5a570baeca6581fd4702f /tools/perf/Makefile.perf | |
parent | 00f1762dcc43097b8f9c88d3a0aca7762da642d3 (diff) |
tools/perf/build: Fix install dependency
The traceevents-plugins install targets needs a proper dependency,
otherwise it might be executed prematurely and in parallel to an
actual build.
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Link: http://lkml.kernel.org/n/tip-rvlbzena4ovzgqiPm6teBofz@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/Makefile.perf')
-rw-r--r-- | tools/perf/Makefile.perf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile.perf b/tools/perf/Makefile.perf index ca3b87d5389a..9a8cf376f874 100644 --- a/tools/perf/Makefile.perf +++ b/tools/perf/Makefile.perf | |||
@@ -722,7 +722,7 @@ $(LIBTRACEEVENT)-clean: | |||
722 | $(call QUIET_CLEAN, libtraceevent) | 722 | $(call QUIET_CLEAN, libtraceevent) |
723 | @$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null | 723 | @$(MAKE) -C $(TRACE_EVENT_DIR) O=$(OUTPUT) clean >/dev/null |
724 | 724 | ||
725 | install-traceevent-plugins: | 725 | install-traceevent-plugins: $(LIBTRACEEVENT) |
726 | $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins | 726 | $(QUIET_SUBDIR0)$(TRACE_EVENT_DIR) $(LIBTRACEEVENT_FLAGS) install_plugins |
727 | 727 | ||
728 | LIBLK_SOURCES = $(wildcard $(LK_PATH)*.[ch]) | 728 | LIBLK_SOURCES = $(wildcard $(LK_PATH)*.[ch]) |