summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Sixt <johannes.sixt@telecom.at>2008-07-21 19:19:56 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-26 00:41:13 (GMT)
commitbf74a88244c4fe631535b50ef090541dddf9029d (patch)
tree91bdecf90807757ccb840034385f2af31f083617 /Makefile
parent10c4c881c4d2cb0ece0508e7142e189e68445257 (diff)
downloadgit-bf74a88244c4fe631535b50ef090541dddf9029d.zip
git-bf74a88244c4fe631535b50ef090541dddf9029d.tar.gz
git-bf74a88244c4fe631535b50ef090541dddf9029d.tar.bz2
Windows: Make $(gitexecdir) relative
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fceca92..3a0dc88 100644
--- a/Makefile
+++ b/Makefile
@@ -756,6 +756,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o compat/winansi.o
EXTLIBS += -lws2_32
X = .exe
+ gitexecdir = ../libexec/git-core
template_dir = ../share/git-core/templates/
ETC_GITCONFIG = ../etc/gitconfig
endif