summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3cc5416..5bd9d40 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ clean :
$(RM) $(BUILD) $(INSTALLED)
update :
- @git submodule foreach 'git checkout master && git pull'
+ @git submodule foreach '(if [ $$name == "vim/bundle/perl" ]; then git checkout dev; else git checkout master; fi) && git pull'
@$(MAKE)
$(INTO)/.% : %