Windows bindist tweaking
authorIan Lynagh <igloo@earth.li>
Sat, 9 Jun 2007 15:14:38 +0000 (15:14 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 9 Jun 2007 15:14:38 +0000 (15:14 +0000)
Makefile

index 8befbaf..ec0c901 100644 (file)
--- 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