[commit: ghc] master: Fix Windows binary-dist target (aae5931)
git at git.haskell.org
git at git.haskell.org
Tue Jan 14 09:47:22 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aae59319436966c90b7fd820bf5bfcdd38854b0d/ghc
>---------------------------------------------------------------
commit aae59319436966c90b7fd820bf5bfcdd38854b0d
Author: Austin Seipp <austin at well-typed.com>
Date: Tue Jan 14 02:31:31 2014 -0600
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 at well-typed.com>
>---------------------------------------------------------------
aae59319436966c90b7fd820bf5bfcdd38854b0d
Makefile | 3 ---
1 file changed, 3 deletions(-)
diff --git a/Makefile b/Makefile
index 5425699..ce67359 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:
More information about the ghc-commits
mailing list