diff options
author | John Kacur <jkacur@redhat.com> | 2010-03-24 18:42:43 -0400 |
---|---|---|
committer | John Kacur <jkacur@redhat.com> | 2010-03-24 18:50:24 -0400 |
commit | 8e5160b3dba15d8e4096ad7a5c7d1a98e77d224b (patch) | |
tree | 7a6bd4bcaede0f10ab202deb0f7afdf105bd737a | |
parent | 81356ce3713f933d9080649edff3ee1f80aada4b (diff) |
trace-cmd: Install plugins by default
If you a user does "make install", also install plugins.
Signed-off-by: John Kacur <jkacur@redhat.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ install_plugins: $(PLUGINS) | |||
392 | $(INSTALL) -d -m 755 '$(plugin_dir_SQ)' | 392 | $(INSTALL) -d -m 755 '$(plugin_dir_SQ)' |
393 | $(INSTALL) $^ '$(plugin_dir_SQ)' | 393 | $(INSTALL) $^ '$(plugin_dir_SQ)' |
394 | 394 | ||
395 | install_cmd: all_cmd | 395 | install_cmd: all_cmd install_plugins |
396 | $(INSTALL) -d -m 755 '$(bindir_SQ)' | 396 | $(INSTALL) -d -m 755 '$(bindir_SQ)' |
397 | $(INSTALL) trace-cmd '$(bindir_SQ)' | 397 | $(INSTALL) trace-cmd '$(bindir_SQ)' |
398 | 398 | ||