aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4e435b69..f1831f4e 100644
--- a/Makefile
+++ b/Makefile
@@ -591,11 +591,10 @@ install-vim-bundle: install-vim-config
install-vim-cache:
mkdir -p -- \
- $(VIMDIR)/cache \
- $(VIMDIR)/cache/backup \
- $(VIMDIR)/cache/swap \
- $(VIMDIR)/cache/undo \
- $(VIMDIR)/cache/view
+ $(VIMDIR)/backup \
+ $(VIMDIR)/swap \
+ $(VIMDIR)/undo \
+ $(VIMDIR)/view
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler