summaryrefslogtreecommitdiff
path: root/ghc.mk
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 /ghc.mk
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 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 1b50472f11..6c1d88d55f 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -946,7 +946,7 @@ ifneq "$(CLEANING)" "YES"
# This rule seems to hold some files open on Windows which prevents
# cleaning, perhaps due to the $(wildcard).
-$(eval $(call bindist,.,\
+$(eval $(call bindist-list,.,\
LICENSE \
README \
INSTALL \