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:
parent
7830cdd833
commit
81b5155e82
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user