summaryrefslogtreecommitdiffstats
path: root/qmake/Makefile.unix.mingw
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/Makefile.unix.mingw')
-rw-r--r--qmake/Makefile.unix.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/Makefile.unix.mingw b/qmake/Makefile.unix.mingw
index 2c52c07dca..6480171c69 100644
--- a/qmake/Makefile.unix.mingw
+++ b/qmake/Makefile.unix.mingw
@@ -9,7 +9,7 @@
# sh-compatible shell. This is not a problem, because configure.bat
# will not do that.
ifeq ($(SHELL), sh.exe)
- ifeq ($(wildcard $(CURDIR)/sh.exe), )
+ ifeq ($(wildcard ./sh.exe), )
SH = 0
else
SH = 1