chiark / gitweb /
Hide rune for wrong installation in webstump Makefile
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Feb 2010 12:31:27 +0000 (12:31 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 28 Feb 2010 12:31:27 +0000 (12:31 +0000)
webstump/Makefile.INO

index ba0e10a0cfcfd29fc3a28e20f3d0a2f44e04592b..4af7e9cc9ad78e687ec8f3d3ec0c0d46ac9018eb 100644 (file)
@@ -8,7 +8,7 @@ CC = cc
 all: verify c_compile
 
 verify:
 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;      \
                echo $(WEBSTUMP_HOME)/scripts/webstump.pl does not;     \
                echo point to a valid perl script.;                     \
                echo Check the value of WEBSTUMP_HOME in Makefile;      \