X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=d1426c77aaad705b74beb93de3d3e111235e3f16;hp=302c522dd03fd1f223fa11068092bdf769b6a0d4;hb=e05f9de137269701df667b69d741dfae616694f7;hpb=a28ba79a751ec22728e9bdf4184524d72b038339 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'?"; \