aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index adddd11c3b3..4b8ae048376 100644
--- a/Makefile
+++ b/Makefile
@@ -312,7 +312,7 @@ endif
312# If the user is running make -s (silent mode), suppress echoing of 312# If the user is running make -s (silent mode), suppress echoing of
313# commands 313# commands
314 314
315ifneq ($(findstring s,$(MAKEFLAGS)),) 315ifneq ($(filter s% -s%,$(MAKEFLAGS)),)
316 quiet=silent_ 316 quiet=silent_
317endif 317endif
318 318