X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=471ac1a8bf6a587415671638fdafd099950ad247;hb=1d397231bcb9aa87e1781b728f2a848b4052481f;hp=d5b925d854edef313312bb0cb1113e59848cd94a;hpb=cfa08d584984b4d1c2695bf373ccf0261d7bc5a9;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index d5b925d..471ac1a 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ endif # Sanity check that all the boot libraries are in the tree, to catch # failure to run darcs-all. check-packages : - @ds=`grep "^[^# ][^ ]* *[^ ][^ ]*$$" packages | sed "s/ .*//"`;\ + @ds=`grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$$" packages | sed "s/ .*//"`;\ for d in $$ds; do \ if test ! -d $$d; then \ echo "Looks like you're missing $$d,"; \