From: Johannes Sixt Date: Mon, 21 Jul 2008 19:19:56 +0000 (+0200) Subject: Windows: Make $(gitexecdir) relative X-Git-Tag: v1.6.0-rc1~22 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=bf74a88244c4fe631535b50ef090541dddf9029d;p=git.git Windows: Make $(gitexecdir) relative Signed-off-by: Johannes Sixt Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index fceca9218..3a0dc88c8 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