Makefile.in: dont use unnecessary escapes in echo
This commit is contained in:
parent
476fe6eefe
commit
d5c7ddc38f
1 changed files with 4 additions and 2 deletions
|
@ -272,7 +272,9 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.DEFAULT:
|
.DEFAULT:
|
||||||
@echo "\n======================================================"
|
@echo
|
||||||
|
@echo "======================================================"
|
||||||
@echo "== If you need help, run 'make help' or 'make tips' =="
|
@echo "== If you need help, run 'make help' or 'make tips' =="
|
||||||
@echo "======================================================\n"
|
@echo "======================================================"
|
||||||
|
@echo
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue