You forgot to add $(DESTDIR), buddy :-)

SVN revision: 9278
This commit is contained in:
swielinga 2004-03-08 01:21:05 +00:00 committed by swielinga
parent 4c870036d0
commit 8a9f8bb478
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ install-data-local:
done \
fi
if test "x${vimdir}" != "x"; then \
$(mkinstalldirs) $(vimdir)/syntax; \
cp -p $(srcdir)/data/edc.vim $(vimdir)/syntax/; \
$(mkinstalldirs) $(DESTDIR)$(vimdir)/syntax; \
cp -p $(srcdir)/data/edc.vim $(DESTDIR)$(vimdir)/syntax/; \
fi
dist-hook: