X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=e00a8445085c57d9a09e0ad8bf8a706f8c47ea21;hb=098f818b622e5095fbd3f6318a463fcb2ce14fc6;hp=edc04334c47ddd7c1c6cc9fc8cc56aa4f74c8193;hpb=63cddb36f1dd2e3e41274f494873a62921d3f787;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index edc0433..e00a844 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ 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 "Did you run 'sh boot' at the top level?"; \ + echo "maybe you haven't done './darcs-all get'?"; \ exit 1; \ fi \ done