From: Jiri Slaby Date: Tue, 1 Dec 2015 09:58:00 +0000 (+0100) Subject: Makefile: support DESTDIR X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/4b86376013d55c0230bd1f0ac8278d08bb803715?hp=4b86376013d55c0230bd1f0ac8278d08bb803715 Makefile: support DESTDIR DESTDIR is set by distributors when packaging. So to be able to use make install there, put DESTDIR in from of PREFIX. ---