X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=webstump%2FMakefile.INO;h=4af7e9cc9ad78e687ec8f3d3ec0c0d46ac9018eb;hb=6ec0f60e69748b1ace4975939331fd4716f78af6;hp=ba0e10a0cfcfd29fc3a28e20f3d0a2f44e04592b;hpb=dba7b54b3cc0c7f2a56ec6da37ac86bc80756b4a;p=modbot-mtm.git 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; \