Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Windows: Make $(gitexecdir) relative
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index fceca9218416826e09be3106c37df19ce5a7fcf2..3a0dc88c85192e2f7f684c3e2ea878d43c5c242e 100644
(file)
--- 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