fix "make clean" of qmake in a builddir with spaces on mingw

Change-Id: Ice61a11250694afa66f263fa79a74ff9642ef285
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Oswald Buddenhagen 2017-12-12 20:48:17 +01:00
parent 7830cdd833
commit 81b5155e82

View File

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