diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-02 21:48:56 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-02 21:57:55 +0200 |
commit | bdf7f133d1d4bcc7ca3c0bbadda51ef542cccfb0 (patch) | |
tree | a4a9d4384fda7043a4a4667e20176167041ced0e /ghc.mk | |
parent | bdd0b719ea5f116b160bc37a09804d3eff14ecae (diff) | |
download | haskell-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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |