X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=edc04334c47ddd7c1c6cc9fc8cc56aa4f74c8193;hb=37d2269b4402882ea82e07d4f51b1a8a1854b91a;hp=3b7f99cc9737edadcef4122c687d17af51e9526c;hpb=2b817fc50ca5ebc26cdc56c0c68b8b47d23d3f06;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 3b7f99c..edc0433 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 "Did you run 'sh boot' at the top level?"; \ 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; \