X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=d1426c77aaad705b74beb93de3d3e111235e3f16;hb=e05f9de137269701df667b69d741dfae616694f7;hp=302c522dd03fd1f223fa11068092bdf769b6a0d4;hpb=33c2369367f33de4f5754454bd099afc3811ad1a;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 302c522..d1426c7 100644 --- a/Makefile +++ b/Makefile @@ -66,10 +66,10 @@ endif SUBDIRS = gmp includes compat utils driver docs rts libraries compiler -# Sanity check that all the core libraries are in the tree, to catch +# Sanity check that all the boot libraries are in the tree, to catch # failure to run darcs-all. check-packages : - @for d in `cat libraries/core-packages`; do \ + @for d in `cat libraries/boot-packages`; do \ if test ! -d libraries/$$d; then \ echo "Looks like you're missing libraries/$$d,"; \ echo "maybe you haven't done './darcs-all get'?"; \