diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-05-18 12:46:07 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-05-18 12:46:07 +0100 |
commit | b519e0011151dbacad0b134e36e426a3b3a963aa (patch) | |
tree | 92bfbc6ac5ee937ff6f36a609e766370d533f887 /Makefile | |
parent | a08759d165ca1a0cfe9ada26f6ea6b9a38ad8853 (diff) | |
download | haskell-b519e0011151dbacad0b134e36e426a3b3a963aa.tar.gz |
Don't try to make windows-installer
It was removed in 9e4e2c24d1895ae81c92e4432b91026505827c96.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |