diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2007-11-30 22:28:38 +0100 |
---|---|---|
committer | Johannes Sixt <johannes.sixt@telecom.at> | 2008-06-26 08:47:07 +0200 |
commit | 8512439af25c93942d569d250d49d135d8b7062b (patch) | |
tree | 916c8094b3a509a1aad17124b590cb6a9b936966 | |
parent | Windows: Compute the fallback for exec_path from the program invocation. (diff) | |
download | tgif-8512439af25c93942d569d250d49d135d8b7062b.tar.xz |
Windows: Use a relative default template_dir and ETC_GITCONFIG
With this definition the templates and system config file will be found
irrespective of the installation location.
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -739,6 +739,8 @@ ifneq (,$(findstring MINGW,$(uname_S))) COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o EXTLIBS += -lws2_32 X = .exe + template_dir = ../share/git-core/templates/ + ETC_GITCONFIG = ../etc/gitconfig endif ifneq (,$(findstring arm,$(uname_M))) ARM_SHA1 = YesPlease |