From eaf023b4d8643d185280d119492c4ceb2fda0df0 Mon Sep 17 00:00:00 2001 From: David Adam Date: Thu, 13 Mar 2014 21:08:24 +0800 Subject: Makefile: separate messages.pot error lines --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b42561ab..98829b55 100644 --- a/Makefile.in +++ b/Makefile.in @@ -411,9 +411,9 @@ messages.pot: *.cpp *.h share/completions/*.fish share/functions/*.fish if test "$(HAVE_GETTEXT)" = 1; then \ xgettext -k_ -kN_ *.cpp *.h -o messages.pot; \ if xgettext -j -k_ -kN_ -k--description -LShell share/completions/*.fish share/functions/*.fish -o messages.pot; then true; else \ - echo "Your xgettext version is too old to build the messages.pot file"\ - rm messages.pot\ - false;\ + echo "Your xgettext version is too old to build the messages.pot file"; \ + rm messages.pot; \ + false; \ fi; \ fi -- cgit v1.2.3