From: Ian Lynagh Date: Sat, 9 Jun 2007 15:14:38 +0000 (+0000) Subject: Windows bindist tweaking X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=2506fbadd58a464e4c6d63375b909d853b99b087 Windows bindist tweaking --- diff --git a/Makefile b/Makefile index 8befbaf..ec0c901 100644 --- a/Makefile +++ b/Makefile @@ -211,6 +211,12 @@ install-docs :: # binary-dist is a GHC addition for binary distributions # +BIN_DIST_TARBALL=ghc-$(ProjectVersion)-$(TARGETPLATFORM).tar.bz2 + +binary-dist:: + -rm -rf $(BIN_DIST_DIR) + -$(RM) $(BIN_DIST_DIR).tar.gz + ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" binary-dist:: @@ -223,8 +229,6 @@ else BinDistDirs = includes compiler docs rts -BIN_DIST_TARBALL=ghc-$(ProjectVersion)-$(TARGETPLATFORM).tar.bz2 - BIN_DIST_TOP= distrib/Makefile \ distrib/configure-bin.ac \ distrib/INSTALL \ @@ -245,8 +249,6 @@ endif binary-dist:: binary-dist-pre binary-dist-pre:: - -rm -rf $(BIN_DIST_DIR) - -$(RM) $(BIN_DIST_DIR).tar.gz $(MKDIRHIER) $(BIN_DIST_DIR)/mk echo 'include $$(TOP)/Makefile-vars' > $(BIN_DIST_DIR)/mk/boilerplate.mk echo 'include $$(TOP)/mk/install.mk' > $(BIN_DIST_DIR)/mk/target.mk