From: Simon Marlow Date: Fri, 27 Apr 2007 12:26:17 +0000 (+0000) Subject: add missing @ (see bug #1302) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=b1a53311e1d876dad4a251ef27e3d121e55b48d2 add missing @ (see bug #1302) --- 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; \