From de90ea69c08b4cba17630423fbea69d7a9feed9f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 28 Feb 2010 12:31:27 +0000 Subject: [PATCH] Hide rune for wrong installation in webstump Makefile --- webstump/Makefile.INO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.30.2