aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Kacur <jkacur@redhat.com>2010-03-24 18:42:43 -0400
committerJohn Kacur <jkacur@redhat.com>2010-03-24 18:50:24 -0400
commit8e5160b3dba15d8e4096ad7a5c7d1a98e77d224b (patch)
tree7a6bd4bcaede0f10ab202deb0f7afdf105bd737a
parent81356ce3713f933d9080649edff3ee1f80aada4b (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f26e6c0..8a3f25c 100644
--- a/Makefile
+++ b/Makefile
@@ -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
395install_cmd: all_cmd 395install_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