Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/b519e0011151dbacad0b134e36e426a3b3a963aa

>---------------------------------------------------------------

commit b519e0011151dbacad0b134e36e426a3b3a963aa
Author: Ian Lynagh <[email protected]>
Date:   Sat May 18 12:46:07 2013 +0100

    Don't try to make windows-installer
    
    It was removed in 9e4e2c24d1895ae81c92e4432b91026505827c96.

>---------------------------------------------------------------

 Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3325e88..912af1f 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,6 @@ endif
 binary-dist-prep:
 ifeq "$(mingw32_TARGET_OS)" "1"
        $(MAKE) -r --no-print-directory -f ghc.mk windows-binary-dist-prep
-       $(MAKE) -r --no-print-directory -f ghc.mk windows-installer
 else
        rm -f bindist-list
        $(MAKE) -r --no-print-directory -f ghc.mk bindist BINDIST=YES



_______________________________________________
ghc-commits mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to