diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -595,7 +595,8 @@ install-vim-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 |