summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-02-27 11:16:18 +0100
committerBastien Nocera <hadess@hadess.net>2013-02-27 11:16:18 +0100
commita9fe0fae0c63cfc7fcc3d3191c0e982768d3c399 (patch)
tree1ac3036f60f29bee1bfd46699afc0949a9de4913 /Makefile.am
parentae160475e478377b0c0170da6a24278c4179646b (diff)
build: Align error message border
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index bc82101..9eab477 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -89,9 +89,9 @@ if CROSS_COMPILING
@echo "Cross compiling: Skipping checks"
else
@if ! test -d staging-tests/ ; then \
- echo "***********************************************************************" ; \
+ echo "***************************************************************************" ; \
echo "*** Add your file to process to staging-tests/ and run local-test again ***" ; \
- echo "***********************************************************************" ; \
+ echo "***************************************************************************" ; \
exit 1 ; \
fi
if test -d .git/ && test -x ../xdgmime/src/print-mime-data$(EXEEXT) ; then \