X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=3b7f99cc9737edadcef4122c687d17af51e9526c;hp=1e79212c8ed39dfaf74c3f4de0278c025c176d5e;hb=6a250480f62ad4e04d0f28880340dca200baae81;hpb=df77da9200a523e1e2dc5fe578aef7436f4bb128 diff --git a/Makefile b/Makefile index 1e79212..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 @@ -396,7 +401,7 @@ endif .PHONY: fiddle-binary-dist fiddle-binary-dist: - cd $(BIN_DIST_TMPDIR)/$(BIN_DIST_NAME) && ../distrib/prep-bin-dist-mingw + cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw # Tar up the distribution and build a manifest binary-dist :: tar-binary-dist