mirror of
https://github.com/git/git.git
synced 2026-03-14 18:59:04 +01:00
Make sane shell- and perl-scripts magic paths
Make the magic paths absolute to msys instead of absolute to Windows. Signed-off-by: Torgil Svensson <torgil.svensson@gmail.com> Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de> Acked-by: Marius Storm-Olsen <marius@trolltech.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -475,8 +475,8 @@ ifeq ($(uname_S),IRIX64)
|
||||
BASIC_LDFLAGS += -L/usr/lib32
|
||||
endif
|
||||
ifneq (,$(findstring MINGW,$(uname_S)))
|
||||
SHELL_PATH = $(shell cd /bin && pwd -W)/sh
|
||||
PERL_PATH = $(shell cd /bin && pwd -W)/perl
|
||||
SHELL_PATH = /bin/sh
|
||||
PERL_PATH = /bin/perl
|
||||
NO_MMAP=YesPlease
|
||||
NO_PREAD=YesPlease
|
||||
NO_OPENSSL=YesPlease
|
||||
|
||||
Reference in New Issue
Block a user