summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Steffen Prohaska <prohaska@zib.de>2007-10-10 08:58:58 +0200
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-10-10 03:47:38 -0400
commita16b74e72c1dfb6cdef2c17d564d9857ab386d7d (patch)
tree9a575e3066f828d9373e794eddfe9676b3912c5d
parentgit-gui: add directory git-gui is located in to PATH (on Windows) (diff)
downloadtgif-a16b74e72c1dfb6cdef2c17d564d9857ab386d7d.tar.xz
git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgit
Shawn's git-gui Makefile supports the pure tcl replacement for msgfmt if setting NO_MSGFMT. This patch sets the NO_MSGFMT for msysgit. Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 818a0ab45c..c8054507e9 100644
--- a/Makefile
+++ b/Makefile
@@ -126,6 +126,9 @@ ifeq ($(uname_S),Darwin)
GITGUI_MACOSXAPP := YesPlease
endif
endif
+ifneq (,$(findstring MINGW,$(uname_S)))
+ NO_MSGFMT=1
+endif
ifdef GITGUI_MACOSXAPP
GITGUI_MAIN := git-gui.tcl