aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-04-05 21:31:53 +0200
committerJunio C Hamano <junkio@cox.net>2007-04-05 15:07:16 -0700
commit33580fbd308593e36395926fd35b501976ad322a (patch)
tree90d5d3b5e72a65e1ba5d3570d6ca6556300880d7 /Makefile
parentfd1c3bf0533c6cc7e44646d4e52d378d5b5a1631 (diff)
downloadgit-33580fbd308593e36395926fd35b501976ad322a.tar.gz
git-33580fbd308593e36395926fd35b501976ad322a.tar.xz
Fix passing of TCLTK_PATH to git-gui
GNU make does not include environment variables by default in its namespace. Just pass them in make command line. Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ad321b35b..507ad9103 100644
--- a/Makefile
+++ b/Makefile
@@ -703,7 +703,7 @@ endif
all::
ifndef NO_TCLTK
- $(QUIET_SUBDIR0)git-gui TCLTK_PATH='$(TCLTK_PATH_SQ)' $(QUIET_SUBDIR1) all
+ $(QUIET_SUBDIR0)git-gui $(QUIET_SUBDIR1) TCLTK_PATH='$(TCLTK_PATH_SQ)' all
endif
$(QUIET_SUBDIR0)perl $(QUIET_SUBDIR1) PERL_PATH='$(PERL_PATH_SQ)' prefix='$(prefix_SQ)' all
$(QUIET_SUBDIR0)templates $(QUIET_SUBDIR1)