X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=3b7f99cc9737edadcef4122c687d17af51e9526c;hb=6d075f13b503ad7b1255911e98f4837a08607ed7;hp=bcae1471eb73367189b8280293c480a75e4f713e;hpb=804cc790c96ec870295116feb627c63663d6f317;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index bcae147..3b7f99c 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,11 @@ check-packages : exit 1; \ fi \ done + 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; \ + fi stage1 : check-packages $(MAKE) -C utils/mkdependC boot