Skip to content

Commit d5c7ddc

Browse files
committed
Makefile.in: dont use unnecessary escapes in echo
1 parent 476fe6e commit d5c7ddc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,9 @@ ifneq ($(strip $(findstring TAGS.emacs,$(MAKECMDGOALS)) \
272272
endif
273273

274274
.DEFAULT:
275-
@echo "\n======================================================"
275+
@echo
276+
@echo "======================================================"
276277
@echo "== If you need help, run 'make help' or 'make tips' =="
277-
@echo "======================================================\n"
278+
@echo "======================================================"
279+
@echo
278280
exit 1

0 commit comments

Comments
 (0)