Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2007-12-01 00:28:38 +0300
committerJohannes Sixt <johannes.sixt@telecom.at>2008-06-26 10:47:07 +0400
commit8512439af25c93942d569d250d49d135d8b7062b (patch)
tree916c8094b3a509a1aad17124b590cb6a9b936966 /Makefile
parent6fad004a37432e4378b6cce53eebe8a079104e93 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c5aae03bb..7233160743 100644
--- a/Makefile
+++ b/Makefile
@@ -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