diff --git a/Makefile.in b/Makefile.in index 7425e9bd73e..9d8fdd0de62 100644 --- a/Makefile.in +++ b/Makefile.in @@ -272,7 +272,9 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \ endif .DEFAULT: - @echo "\n======================================================" + @echo + @echo "======================================================" @echo "== If you need help, run 'make help' or 'make tips' ==" - @echo "======================================================\n" + @echo "======================================================" + @echo exit 1