commit | 92dc18ac5f87593464b997070562e8305b1764fa | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Mon Jan 04 22:55:12 2010 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jan 04 22:55:12 2010 -0500 |
tree | e7cf486464e55bc0160431685557a461d3b8fe61 | |
parent | d69087e1e5474124dd7182a989cbc12a5d9c02a7 [diff] |
kernelshark: Make the programs depend on the tracecmd library If we do a make clean, still allow the dependencies of the programs to create the library. That is: $ make clean $ make trace-view Needs to build the libtracecmd.a file. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>