summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-07-07 09:54:57 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-07-14 01:20:34 -0400
commitf508b7ce56f1e7dc2666de3139f58c02a0567461 (patch)
treed49acd30a84c2de07495261136ba6d93cfd3c2ad /ghc.mk
parentf9b00038696ce40aed68ee561c501184b34a1cf3 (diff)
downloadhaskell-f508b7ce56f1e7dc2666de3139f58c02a0567461.tar.gz
Don't package settings in bindist
Since !712 the `settings` file is produced by the build system instead of autoconf. However, this introduced a subtle bug where we would fail to rebuild the `settings` file with what we have learned from the install-time `configure` invocation. Fix this by not packaging `settings` in the bindist tarball. The build system will take care of the rest. Also fix a bug where the value of `UseLibdw` was not being persisted to the install time `configure`.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 21cb0a2397..6db08c965f 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1022,7 +1022,6 @@ $(eval $(call bindist-list,.,\
$(BINDIST_HI) \
$(BINDIST_EXTRAS) \
includes/Makefile \
- $(includes_SETTINGS) \
$(includes_H_FILES) \
$(includes_DERIVEDCONSTANTS) \
$(includes_GHCCONSTANTS) \