Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Windows: Make $(gitexecdir) relative
author
Johannes Sixt
<johannes.sixt@telecom.at>
Mon, 21 Jul 2008 19:19:56 +0000
(21:19 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 26 Jul 2008 00:41:13 +0000
(17:41 -0700)
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
10c4c88
)
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