summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-05 16:13:54 +0000
committerIan Lynagh <igloo@earth.li>2007-09-05 16:13:54 +0000
commitb18545dd4fc38d2c78d18966d1d9e38474c799e9 (patch)
tree1041c89127ba430ce9125a8eb2cf988c85ca0eff /Makefile
parentcafb1e0f6bb93fb720e3bb3432c777cd9736bf80 (diff)
downloadhaskell-b18545dd4fc38d2c78d18966d1d9e38474c799e9.tar.gz
Fix bindist creation on Windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61b49e6182..486b5e08d5 100644
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,7 @@ binary-dist::
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
binary-dist::
- $(MAKE) prefix=$(BIN_DIST_DIR) install
+ $(MAKE) DESTDIR=$(BIN_DIST_DIR) prefix=/. install
binary-dist::
cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw