From: Ian Jackson Date: Sun, 28 Feb 2010 12:31:27 +0000 (+0000) Subject: Hide rune for wrong installation in webstump Makefile X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?p=modbot-mtm.git;a=commitdiff_plain;h=de90ea69c08b4cba17630423fbea69d7a9feed9f Hide rune for wrong installation in webstump Makefile --- diff --git a/webstump/Makefile.INO b/webstump/Makefile.INO index ba0e10a..4af7e9c 100644 --- a/webstump/Makefile.INO +++ b/webstump/Makefile.INO @@ -8,7 +8,7 @@ CC = cc all: verify c_compile verify: - if [ ! -x $(WEBSTUMP_HOME)/scripts/webstump.pl ] ; then \ + @if [ ! -x $(WEBSTUMP_HOME)/scripts/webstump.pl ] ; then \ echo $(WEBSTUMP_HOME)/scripts/webstump.pl does not; \ echo point to a valid perl script.; \ echo Check the value of WEBSTUMP_HOME in Makefile; \