aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8146f1cc..4e435b69 100644
--- a/Makefile
+++ b/Makefile
@@ -593,9 +593,9 @@ install-vim-cache:
mkdir -p -- \
$(VIMDIR)/cache \
$(VIMDIR)/cache/backup \
- $(VIMDIR)/cache/spell \
$(VIMDIR)/cache/swap \
- $(VIMDIR)/cache/undo
+ $(VIMDIR)/cache/undo \
+ $(VIMDIR)/cache/view
install-vim-compiler:
mkdir -p -- $(VIMDIR)/compiler