From: Ævar Arnfjörð Bjarmason Date: Tue, 13 Mar 2018 20:39:34 +0000 (+0000) Subject: Makefile: add a gitexecdir_relative variable X-Git-Tag: v2.18.0-rc0~165^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a4d79b99a03d8f4a8d7b0c41f59e4a94393419c5?hp=a4d79b99a03d8f4a8d7b0c41f59e4a94393419c5 Makefile: add a gitexecdir_relative variable This variable will be e.g. "libexec/git-core" if gitexecdir=/tmp/git/libexec/git-core is given. It'll be used by a subsequent change. This is stolen from the yet-to-be integrated (needs resubmission) "Makefile: add Perl runtime prefix support" patch on the mailing list. See <20180108030239.92036-3-dnj@google.com> (https://public-inbox.org/git/20180108030239.92036-3-dnj@google.com/). Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano ---