From 620d695d692384a7a51c13cbdde1aada15c65550 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 25 Mar 2015 16:51:17 +1300 Subject: Specify build instructs for all Vim plugins Necessary to comply with OpenBSD make, I think. A bit less elegant than I'd like but it works. --- Makefile | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 33d10bdb..caf6a119 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,39 @@ vim-plugins : vim/bundle/abolish/.git \ vim/bundle/unimpaired/.git \ vim/bundle/vimperator/.git -%/.git : .gitmodules +vim/bundle/abolish/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/argumentative/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/commentary/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/ctrlp/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/exchange/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/html5/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/lion/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/nagios/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/pathogen/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/repeat/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/sahara/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/surround/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/tmux/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/twig/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/undotree/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/unimpaired/.git : .gitmodules + git submodule update --init "$(@D)" +vim/bundle/vimperator/.git : .gitmodules git submodule update --init "$(@D)" install : install-bash \ -- cgit v1.2.3