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 <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2007-06-10 20:17:10 +02:00
parent 44bacc53bf
commit 2a51de45cf

View File

@@ -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)))