]> git.donarmstrong.com Git - lilypond.git/blobdiff - vim/GNUmakefile
(local-uninstall): remove
[lilypond.git] / vim / GNUmakefile
index 315cc4530f45c6e5cfdbd138252fe10ecc4739b1..76efcaa6934be851e5fd197c20c9fa6de70fed6b 100644 (file)
@@ -21,7 +21,7 @@ include $(depth)/make/stepmake.make
 local-install:
        for a in compiler ftdetect ftplugin indent syntax; do \
                $(INSTALL) -d $(DESTDIR)$(vimdir)/$$a \
-               && $(INSTALL) -m 644 $(srcdir)/lilypond-$$a.vim $(DESTDIR)$(vimdir)/$$a/lilypond.vim ; \
+               && $(INSTALL) -m 644 $(src-dir)/lilypond-$$a.vim $(DESTDIR)$(vimdir)/$$a/lilypond.vim ; \
        done
        $(INSTALL) -m 644 lilypond-syntax.vim $(DESTDIR)$(vimdir)/syntax/lilypond.vim