diff --git a/Makefile b/Makefile index 093fbb660c..14edc46865 100644 --- a/Makefile +++ b/Makefile @@ -1060,8 +1060,7 @@ endif .PHONY: printvars printvars: ifndef VARS - @echo "Please pass a non-empty VARS to 'make printvars'" - @exit 1 + $(error Please pass a non-empty VARS to 'make printvars') endif @: $(foreach V, \