summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 172035f)
raw | patch | inline | side by side (parent: 172035f)
author | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Jul 2008 07:02:48 +0000 (00:02 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 28 Jul 2008 20:09:54 +0000 (13:09 -0700) |
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>
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 | patch | blob | history |
diff --git a/Makefile b/Makefile
index 798a2f2f770fddc59020f8dec60498c3cb724dfe..7e30b30775786a438cd128b2fff74913ca2a2a9f 100644 (file)
--- a/Makefile
+++ b/Makefile
all::
ifndef NO_TCLTK
- $(QUIET_SUBDIR0)git-gui $(QUIET_SUBDIR1) all
+ $(QUIET_SUBDIR0)git-gui $(QUIET_SUBDIR1) gitexecdir='$(gitexec_instdir_SQ)' all
$(QUIET_SUBDIR0)gitk-git $(QUIET_SUBDIR1) all
endif
$(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' all