From 0fe461f1e48f508a970744c6cd8da0b1c2e4aaa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Nohlg=C3=A5rd?= Date: Sun, 11 Sep 2016 12:53:51 +0200 Subject: [PATCH] Makefile.buildtests: Fix typo QUITE -> QUIET --- Makefile.buildtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.buildtests b/Makefile.buildtests index 9c5466e1c..280c58058 100644 --- a/Makefile.buildtests +++ b/Makefile.buildtests @@ -288,7 +288,7 @@ endif info-concurrency: @echo "$(NPROC)" -info-files: QUITE := 0 +info-files: QUIET := 0 info-files: @( \ echo "$(abspath $(shell echo "$(MAKEFILE_LIST)"))" | tr ' ' '\n'; \