Windows: Make $(gitexecdir) relative
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
10c4c881c4
commit
bf74a88244
1
Makefile
1
Makefile
@ -756,6 +756,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
|
|||||||
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o compat/winansi.o
|
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o compat/winansi.o
|
||||||
EXTLIBS += -lws2_32
|
EXTLIBS += -lws2_32
|
||||||
X = .exe
|
X = .exe
|
||||||
|
gitexecdir = ../libexec/git-core
|
||||||
template_dir = ../share/git-core/templates/
|
template_dir = ../share/git-core/templates/
|
||||||
ETC_GITCONFIG = ../etc/gitconfig
|
ETC_GITCONFIG = ../etc/gitconfig
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user