Fix make check message line break in MacOS X

Signed-off-by: Claudio Matsuoka <cmatsuoka@gmail.com>
This commit is contained in:
Claudio Matsuoka 2015-05-11 10:56:17 -03:00
parent 9a50c1795b
commit 459d856dc3

@ -102,8 +102,7 @@ dist:
@ls -l $(DIST).tar.gz
check:
@echo -n "Run tests in "
@pwd
@echo "Run tests in `pwd`"
@./run-tests.sh fonts
@echo