summaryrefslogtreecommitdiff
path: root/ghc
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2019-04-03 09:32:05 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-30 20:29:31 -0400
commitd37d91e9a444a7822eef1558198d21511558515e (patch)
tree478d7a0bf63e91ac8901f0c277dbe29136b1665b /ghc
parent014ed644eea9037427c1ebeaac16189b00f9dbc7 (diff)
downloadhaskell-d37d91e9a444a7822eef1558198d21511558515e.tar.gz
Generate settings by make/hadrian instead of configure
This allows it to eventually become stage-specific
Diffstat (limited to 'ghc')
-rw-r--r--ghc/ghc.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index 4c3fbdfd88..9747e34dcc 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -129,6 +129,9 @@ all_ghc_stage1 : $(GHC_STAGE1)
all_ghc_stage2 : $(GHC_STAGE2)
all_ghc_stage3 : $(GHC_STAGE3)
+settings : $(includes_SETTINGS)
+ "$(CP)" $< $@
+
$(INPLACE_LIB)/settings : settings
"$(CP)" $< $@