X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=e70784d376cf00a504c2044f9b0be80094361648;hb=870e7853d2fdd3253646ee1dd78335f71f39fc7a;hp=3b7f99cc9737edadcef4122c687d17af51e9526c;hpb=2b817fc50ca5ebc26cdc56c0c68b8b47d23d3f06;p=ghc-hetmet.git 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; \