diff options
author | Steven Rostedt <srostedt@redhat.com> | 2010-01-12 23:18:08 -0500 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2010-01-12 23:18:08 -0500 |
commit | af80aa3150ae72497c8ed3c3bb9211667d82f57b (patch) | |
tree | 3c19c87d9329a62e787d643da0121d4f1d1d20e6 | |
parent | 854ed7e1784957c9ce60835136b39abaecd84254 (diff) |
trace-cmd: Add libtracecmd.a as dependency for trace-cmd
trace-cmd did not have libtracecmd.a as a dependence, and would
not get relinked if the libtracecmd.a changed.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ trace-view: $(TRACE_VIEW_MAIN_OBJS) | |||
198 | trace-graph: $(TRACE_GRAPH_MAIN_OBJS) | 198 | trace-graph: $(TRACE_GRAPH_MAIN_OBJS) |
199 | $(Q)$(G)$(do_app_build) | 199 | $(Q)$(G)$(do_app_build) |
200 | 200 | ||
201 | trace-cmd: libtracecmd.a | ||
201 | kernelshark: libtracecmd.a | 202 | kernelshark: libtracecmd.a |
202 | trace-view: libtracecmd.a | 203 | trace-view: libtracecmd.a |
203 | trace-graph: libtracecmd.a | 204 | trace-graph: libtracecmd.a |