From: Shawn O. Pearce Date: Mon, 12 Feb 2007 20:37:50 +0000 (-0500) Subject: git-gui: Allow gitexecdir, INSTALL to be set by the caller. X-Git-Tag: gitgui-0.6.0~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/663e7cf81d970d8320147d4d58dce37aaebfb09b?ds=inline;hp=663e7cf81d970d8320147d4d58dce37aaebfb09b git-gui: Allow gitexecdir, INSTALL to be set by the caller. When used as a subproject within git.git our Makefile must honor the gitexecdir which git.git's Makefile is passing down to us, ensuring that we install our executables into the libexec chosen by the end-user or packager. Signed-off-by: Shawn O. Pearce ---