From a8c36f3212670a10d71203e91f97089f8954f624 Mon Sep 17 00:00:00 2001 From: Torgil Svensson Date: Fri, 10 Aug 2007 10:02:51 +0200 Subject: [PATCH] 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 Acked-by: Johannes Schindelin Acked-by: Marius Storm-Olsen --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dd31119098..0eada9d4c8 100644 --- a/Makefile +++ b/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