From: Ian Lynagh Date: Wed, 7 Oct 2009 13:18:39 +0000 (+0000) Subject: Make the Windows installer in bindistprep/ X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a9fd21c9a231b862f6034c7e142f0216063f11ed Make the Windows installer in bindistprep/ --- diff --git a/ghc.mk b/ghc.mk index dd11adf..830becc 100644 --- a/ghc.mk +++ b/ghc.mk @@ -914,7 +914,7 @@ windows-binary-dist-prep: cd bindistprep && "$(TAR)" cf - $(BIN_DIST_NAME) | bzip2 -c > ../$(BIN_DIST_PREP_TAR_BZ2) windows-installer: - "$(ISCC)" /O. /F$(WINDOWS_INSTALLER_BASE) - < distrib/ghc.iss + "$(ISCC)" /O. /Fbindistprep/$(WINDOWS_INSTALLER_BASE) - < distrib/ghc.iss nTimes = set -e; for i in `seq 1 $(1)`; do echo Try "$$i: $(2)"; if $(2); then break; fi; done