From 2a51de45cfc1270492d757b3bc14943a71ab6232 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sun, 10 Jun 2007 20:17:10 +0200 Subject: [PATCH] On MinGW the system-wide config file is a relative path. This is necessary because if the toolset is provided as a setup file, it is customary that the user can choose any location to install to. Signed-off-by: Johannes Sixt --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2b0e5ce536..48fa6a1af2 100644 --- a/Makefile +++ b/Makefile @@ -503,6 +503,7 @@ ifneq (,$(findstring MINGW,$(uname_S))) X = .exe NOEXECTEMPL = .noexec template_dir = ../share/git-core/templates/ + ETC_GITCONFIG = ../etc/gitconfig SCRIPT_SH += cpio.sh endif ifneq (,$(findstring arm,$(uname_M))) -- 2.11.4.GIT