summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-05-18 12:46:07 +0100
committerIan Lynagh <ian@well-typed.com>2013-05-18 12:46:07 +0100
commitb519e0011151dbacad0b134e36e426a3b3a963aa (patch)
tree92bfbc6ac5ee937ff6f36a609e766370d533f887 /Makefile
parenta08759d165ca1a0cfe9ada26f6ea6b9a38ad8853 (diff)
downloadhaskell-b519e0011151dbacad0b134e36e426a3b3a963aa.tar.gz
Don't try to make windows-installer
It was removed in 9e4e2c24d1895ae81c92e4432b91026505827c96.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3325e88e40..912af1feac 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