diff options
author | Johannes Sixt <johannes.sixt@telecom.at> | 2008-07-21 21:19:56 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-25 17:41:13 -0700 |
commit | bf74a88244c4fe631535b50ef090541dddf9029d (patch) | |
tree | 91bdecf90807757ccb840034385f2af31f083617 /Makefile | |
parent | 10c4c881c4d2cb0ece0508e7142e189e68445257 (diff) | |
download | git-bf74a88244c4fe631535b50ef090541dddf9029d.tar.gz git-bf74a88244c4fe631535b50ef090541dddf9029d.tar.xz |
Windows: Make $(gitexecdir) relative
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |