summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-18 16:33:31 +0000
committerIan Lynagh <igloo@earth.li>2007-09-18 16:33:31 +0000
commit6b2adb8d5052aa2a5dd4000beacc1f3b402257a6 (patch)
treeb8af7d6ce85da5785de3bc989274bfbd2b1f502a /Makefile
parentfff4dee0483eda0b675057f8259a161ff16467f4 (diff)
downloadhaskell-6b2adb8d5052aa2a5dd4000beacc1f3b402257a6.tar.gz
MERGED: Another attempt at getting bindists working everywhere
Ian Lynagh <igloo@earth.li>**20070916005328] {
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fcd1ad52cb..c058743f46 100644
--- a/Makefile
+++ b/Makefile
@@ -250,7 +250,7 @@ binary-dist::
ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32"
binary-dist::
- $(MAKE) DESTDIR=$(BIN_DIST_DIR) prefix=/. install
+ $(MAKE) prefix=$(BIN_DIST_DIR) install
binary-dist::
cd $(BIN_DIST_DIR) && ../distrib/prep-bin-dist-mingw