8174064: Tab expansion broken for make

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2017-02-07 11:09:42 +01:00
parent a57ec3df73
commit 184939a7e2

View File

@ -66,7 +66,7 @@ ifeq ($(HAS_SPEC),)
ifeq ($(CALLED_SPEC_TARGETS), )
ONLY_GLOBAL_TARGETS := true
endif
ifneq ($(findstring qp, $(MAKEFLAGS)),)
ifeq ($(findstring p, $(MAKEFLAGS))$(findstring q, $(MAKEFLAGS)), pq)
ONLY_GLOBAL_TARGETS := true
endif