summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-05-30 11:33:05 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-06-04 14:42:04 -0400
commitc16f3297401f8f1f0f5d289867725ad185ac5a40 (patch)
tree8c1b246670c1ef4aa814b5588f0a931cf21a5857 /ghc.mk
parent3ecc03df3b7777ecb40fbbbb2d6d7c2b98676d1c (diff)
downloadhaskell-c16f3297401f8f1f0f5d289867725ad185ac5a40.tar.gz
make: Fix bindist installation
This fixes a few vestigial references to `settings` left over from !655. Fixes #16715.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 5f1d856ee5..3e024acc85 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1021,6 +1021,8 @@ $(eval $(call bindist-list,.,\
$(BINDIST_LIBS) \
$(BINDIST_HI) \
$(BINDIST_EXTRAS) \
+ includes/Makefile \
+ $(includes_SETTINGS) \
$(includes_H_FILES) \
$(includes_DERIVEDCONSTANTS) \
$(includes_GHCCONSTANTS) \
@@ -1037,7 +1039,7 @@ $(eval $(call bindist-list,.,\
$(wildcard compiler/stage2/doc) \
$(wildcard libraries/*/dist-install/doc/) \
$(wildcard libraries/*/*/dist-install/doc/) \
- $(filter-out settings llvm-targets llvm-passes,$(INSTALL_LIBS)) \
+ $(filter-out llvm-targets llvm-passes,$(INSTALL_LIBS)) \
$(RTS_INSTALL_LIBS) \
$(filter-out %/project.mk mk/config.mk %/mk/install.mk,$(MAKEFILE_LIST)) \
mk/project.mk \