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 | |
| parent | Allow add_path() to add non-existent directories to the path (diff) | |
| download | git-bf74a88244c4fe631535b50ef090541dddf9029d.tar.gz git-bf74a88244c4fe631535b50ef090541dddf9029d.zip | |
Windows: Make $(gitexecdir) relative
Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -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 |
