summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-09-29 01:27:17 +0000
committerIan Lynagh <igloo@earth.li>2009-09-29 01:27:17 +0000
commitabb3c37c96490bcdf04797bf47e16c9fc998932f (patch)
tree1b81e4b1732490f7b0914ae9c3afb62dac13e2a9
parent5e6d6f0a8b7944b2e3ab0340ee690c5a1ae998ed (diff)
downloadhaskell-abb3c37c96490bcdf04797bf47e16c9fc998932f.tar.gz
Fix making Windows bindist and installer
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 1618cd8237..2821649269 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -893,8 +893,8 @@ unix-binary-dist-prep:
windows-binary-dist-prep:
"$(RM)" $(RM_OPTS) -r bindistprep/*
- $(MAKE) prefix=$(BIN_DIST_PREP_DIR) install
- cd bindistprep && "$(TAR)" cf - ../$(BIN_DIST_NAME) | bzip2 -c > ../$(BIN_DIST_PREP_TAR_BZ2)
+ $(MAKE) prefix=$(TOP)/$(BIN_DIST_PREP_DIR) install
+ 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