diff options
author | Austin Seipp <austin@well-typed.com> | 2014-01-14 02:31:31 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-14 03:46:08 -0600 |
commit | aae59319436966c90b7fd820bf5bfcdd38854b0d (patch) | |
tree | b4031f50e83f63accdd0f1ce3049a0b04cd0895e /Makefile | |
parent | f73fc7d5e4003d628fd2b15bd4e48bae12dd8453 (diff) | |
download | haskell-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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: |