Revert "Windows: set gitexecdir = $(bindir)"

This reverts commit e0e7163c21.
This commit is contained in:
Johannes Sixt
2008-07-21 11:17:26 +02:00
parent b3cecd6c6e
commit 6cfef43abe

View File

@@ -745,7 +745,6 @@ 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 = $(bindir)
template_dir = ../share/git-core/templates/
ETC_GITCONFIG = ../etc/gitconfig
endif