win32: run shell script in the current dir with ./
authorH. Peter Anvin <hpa@zytor.com>
Thu, 17 Jul 2008 20:47:51 +0000 (13:47 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 17 Jul 2008 20:47:51 +0000 (13:47 -0700)
Need leading ./ to run shell script in the current directory.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
win32/Makefile

index 9ea9643..7ec55f2 100644 (file)
@@ -28,7 +28,7 @@ else
 ifeq ($(findstring MINGW32,$(OSTYPE)),MINGW32)
 WINPREFIX  :=
 else
-WINPREFIX  := $(shell find-mingw.sh gcc)
+WINPREFIX  := $(shell ./find-mingw.sh gcc)
 endif
 WINCFLAGS  := -W -Wall -Wno-sign-compare -Os -fomit-frame-pointer \
              -D_FILE_OFFSET_BITS=64