summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-01-14 02:31:31 -0600
committerAustin Seipp <austin@well-typed.com>2014-01-14 03:46:08 -0600
commitaae59319436966c90b7fd820bf5bfcdd38854b0d (patch)
treeb4031f50e83f63accdd0f1ce3049a0b04cd0895e /Makefile
parentf73fc7d5e4003d628fd2b15bd4e48bae12dd8453 (diff)
downloadhaskell-aae59319436966c90b7fd820bf5bfcdd38854b0d.tar.gz
Fix Windows binary-dist target
I'm not entirely sure what the intention of this code was, but it was quite old, and the binary distribution for Windows seems to work OK nonetheless. Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5425699c32..ce67359792 100644
--- a/Makefile
+++ b/Makefile
@@ -72,9 +72,6 @@ endif
$(MAKE) -r --no-print-directory -f ghc.mk phase=final $@
binary-dist: binary-dist-prep
-ifeq "$(mingw32_TARGET_OS)" "1"
- mv bindistprep/*.exe .
-endif
mv bindistprep/*.tar.bz2 .
binary-dist-prep: