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:
Torgil Svensson
2007-08-10 10:02:51 +02:00
parent 5e5619bd48
commit a8c36f3212

View File

@@ -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