X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=Makefile;h=2e0bbe1dc8f5e8cb99276c8a5154c6e46410921f;hp=0bd8f666021b54a844e8e185c863df021f15b159;hb=2e68d0410f319a99f3f36c5e9d9be656ca10dc70;hpb=160e41ed98615c633be9a7c27ec2f9ed768dae7f diff --git a/Makefile b/Makefile index 0bd8f66..2e0bbe1 100644 --- a/Makefile +++ b/Makefile @@ -252,6 +252,7 @@ ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" binary-dist:: $(MAKE) prefix=$(BIN_DIST_DIR) install + $(MAKE) prefix=$(BIN_DIST_DIR) install-docs binary-dist:: cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw @@ -302,9 +303,7 @@ binary-dist:: $(MAKE) -C gmp binary-dist DOING_BIN_DIST=YES $(MAKE) -C includes binary-dist DOING_BIN_DIST=YES $(MAKE) -C compiler binary-dist DOING_BIN_DIST=YES $(INSTALL_STAGE) - # Setting _way here is a nasty hack to make sure we get - # libHSrts*.a etc rather than just libHSrts.a - $(MAKE) -C rts binary-dist DOING_BIN_DIST=YES _way='*' + $(MAKE) -C rts binary-dist DOING_BIN_DIST=YES $(MAKE) -C driver binary-dist DOING_BIN_DIST=YES $(MAKE) -C utils binary-dist DOING_BIN_DIST=YES $(MAKE) -C docs binary-dist DOING_BIN_DIST=YES