summaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/GNUmakefile b/vim/GNUmakefile
index b05ec0e3c7..fd82e40164 100644
--- a/vim/GNUmakefile
+++ b/vim/GNUmakefile
@@ -27,8 +27,9 @@ local-install:
local-uninstall:
for a in compiler ftdetect ftplugin indent syntax; do \
rm $(DESTDIR)$(vimdir)/$$a/lilypond.vim ; \
- -rmdir -p $(DESTDIR)$(vimdir)/$$a ; \
+ rmdir $(DESTDIR)$(vimdir)/$$a; \
done
+ -rmdir -p $(DESTDIR)$(vimdir)
$(LILYPOND_WORDS):
cd $(top-src-dir) && $(PYTHON) buildscripts/lilypond-words.py --words --vim --dir=$(top-build-dir)/vim/$(outconfbase)