Skip to content

Commit bf74a88

Browse files
Johannes Sixtgitster
authored andcommitted
Windows: Make $(gitexecdir) relative
Signed-off-by: Johannes Sixt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 10c4c88 commit bf74a88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
756756
COMPAT_OBJS += compat/mingw.o compat/fnmatch.o compat/regex.o compat/winansi.o
757757
EXTLIBS += -lws2_32
758758
X = .exe
759+
gitexecdir = ../libexec/git-core
759760
template_dir = ../share/git-core/templates/
760761
ETC_GITCONFIG = ../etc/gitconfig
761762
endif

0 commit comments

Comments
 (0)