diff options
-rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |