diff options
author | Ben Gamari <bgamari.foss@gmail.com> | 2018-10-03 15:35:32 +0200 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2018-10-03 15:40:22 +0200 |
commit | 3dedffa2a51952b05c22b2d08668155ac07d7320 (patch) | |
tree | 0c71c8b3e55a991b84609540b05d599cd7c61d48 /distrib | |
parent | deceb21b7ec64ae60377addc2679692ca500b6ae (diff) | |
download | haskell-3dedffa2a51952b05c22b2d08668155ac07d7320.tar.gz |
distrib: Remove mention of no-longer-existent make target
Summary:
`show-install-setup` used to be defined by `distrib/Makefile` which hasn't been
used in a very long time and was removed from the tree in
a1c008b30fc60a327afe098cf16bd14ca1e5e381.
Reviewers: monoidal
Reviewed By: monoidal
Subscribers: rwbarton, carter
Differential Revision: https://phabricator.haskell.org/D5194
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/INSTALL | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/distrib/INSTALL b/distrib/INSTALL index 2e374be47e..f0eb32f32d 100644 --- a/distrib/INSTALL +++ b/distrib/INSTALL @@ -22,9 +22,6 @@ Now run: make install -(`make show-install-setup' prints the details of where the different -pieces of the bundle are heading when -- possibly helpful). - For more information, full GHC documentation is available from the main GHC site: |