OSDN Git Service

git-gui: Allow gitexecdir, INSTALL to be set by the caller.
authorShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 20:37:50 +0000 (15:37 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 12 Feb 2007 20:37:50 +0000 (15:37 -0500)
commit663e7cf81d970d8320147d4d58dce37aaebfb09b
tree4d1d31b34aa797ebc4ee866c2769d7c8d27492e8
parent0960f7d6db89fa8418486cd088759e54dd51d54e
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 <spearce@spearce.org>
Makefile