Makefile.in: dont use unnecessary escapes in echo

This commit is contained in:
Georg Brandl 2016-05-22 08:28:42 +02:00
parent 476fe6eefe
commit d5c7ddc38f

View File

@ -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