Bug 433701: Fix build output when make is run without -s. r=bsmedberg

This commit is contained in:
Sergey Yanovich 2008-07-15 11:54:05 +01:00
parent 95e762fed9
commit 2bcb2ed5b6

View File

@ -623,7 +623,7 @@ alldep::
endif # TIERS
endif # SUPPRESS_DEFAULT_RULES
ifneq ($(filter s,$(MAKE_FLAGS)),)
ifeq ($(filter s,$(MAKEFLAGS)),)
ECHO := echo
QUIET :=
else