Allow building without any git installed
commite84a063da86cbf4382fbfb6f85e75c2ca2a8b9c7
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2008 07:02:48 +0000 (28 00:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2008 20:09:54 +0000 (28 13:09 -0700)
tree6d2ccf6250e19464f17ee0b1671b63ba0244b4ab
parent172035f044ebae283f23e95e3ec4d119dc8057cb
Allow building without any git installed

This is a follow-up patch to 49fa65a (Allow the built-in exec path to be
relative to the command invocation path, 2008-07-23).  Without specific
gitexecdir passed from the command line, git-gui's build procedure would
try to figure out the value for it by running an installed git.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile