From b1a53311e1d876dad4a251ef27e3d121e55b48d2 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 27 Apr 2007 12:26:17 +0000 Subject: [PATCH] add missing @ (see bug #1302) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3b7f99c..e70784d 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ check-packages : exit 1; \ fi \ done - if test ! -e libraries/base/configure; then \ + @if test ! -e libraries/base/configure; then \ echo "Looks like you're missing base's configure script."; \ echo "Did you run 'sh boot' at the top level?"; \ exit 1; \ -- 1.7.10.4