summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-02 21:48:56 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-02 21:57:55 +0200
commitbdf7f133d1d4bcc7ca3c0bbadda51ef542cccfb0 (patch)
treea4a9d4384fda7043a4a4667e20176167041ced0e /Makefile
parentbdd0b719ea5f116b160bc37a09804d3eff14ecae (diff)
downloadhaskell-bdf7f133d1d4bcc7ca3c0bbadda51ef542cccfb0.tar.gz
Build system: rename bindist to bindist-list...
...to prevent accidental use of `make bindist`, when `make binary-dist` is called for.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0f864dc83..c08ccc5154 100644
--- a/Makefile
+++ b/Makefile
@@ -119,7 +119,7 @@ ifeq "$(mingw32_TARGET_OS)" "1"
$(MAKE) --no-print-directory -f ghc.mk windows-binary-dist-prep
else
rm -f bindist-list
- $(MAKE) --no-print-directory -f ghc.mk bindist BINDIST=YES
+ $(MAKE) --no-print-directory -f ghc.mk bindist-list BINDIST=YES
$(MAKE) --no-print-directory -f ghc.mk unix-binary-dist-prep
endif