diff --git a/Makefile b/Makefile index 37b68ad8..18de7dcb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ifneq ($(wildcard Config),) include Config endif -ifndef VERBOSE +ifeq ($(VERBOSE),0) MAKEFLAGS += --no-print-directory endif