X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=e00a8445085c57d9a09e0ad8bf8a706f8c47ea21;hb=610379bc0660cc9df6bb8cfaa98e566157236026;hp=3b7f99cc9737edadcef4122c687d17af51e9526c;hpb=2b817fc50ca5ebc26cdc56c0c68b8b47d23d3f06;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 3b7f99c..e00a844 100644 --- a/Makefile +++ b/Makefile @@ -72,11 +72,11 @@ check-packages : @for d in `cat libraries/core-packages`; do \ if test ! -d libraries/$$d; then \ echo "Looks like you're missing libraries/$$d,"; \ - echo "maybe you haven't done 'sh darcs-all get'?"; \ + echo "maybe you haven't done './darcs-all get'?"; \ 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; \