From 456e4282221478b4c9a13ec4746092f4dd54058f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Wed, 11 Apr 2007 14:52:35 +0000 Subject: [PATCH] call prep-bin-dist-mingw as part of binary-dist, before we make the tarball --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 07c8175..c5d65ed 100644 --- a/Makefile +++ b/Makefile @@ -365,6 +365,12 @@ binary-dist:: done endif +# Jiggle the files around to make a valid Windows distribution if necessary +ifneq "$(TARGETPLATFORM)" "i386-unknown-mingw32" +binary-dist:: + cd $(BIN_DIST_TMPDIR) && ../distrib/prep-bin-dist-mingw +endif + .PHONY: binary-dist-doc-% BIN_DIST_LIBDIR=$(BIN_DIST_DIR)/libraries -- 1.7.10.4