diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-08-05 12:42:08 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2022-08-07 05:08:52 -0400 |
commit | afa584a327ce9aaf560c6ff09781c6e810c23a60 (patch) | |
tree | a72f719134cd98733ffffbe9df7a6dcc16df3214 /distrib | |
parent | 7b514848b8c9dfdd8455375e4e98c35a0d856749 (diff) | |
download | haskell-afa584a327ce9aaf560c6ff09781c6e810c23a60.tar.gz |
hadrian: Don't use mk/config.mk.in
Ultimately we want to drop mk/config.mk so here I extract the bits
needed by the Hadrian bindist installation logic into a Hadrian-specific
file. While doing this I fixed binary distribution installation, #21901.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/configure.ac.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/configure.ac.in b/distrib/configure.ac.in index 0ee9669a3c..2d579185dc 100644 --- a/distrib/configure.ac.in +++ b/distrib/configure.ac.in @@ -256,7 +256,7 @@ AC_SUBST(UseLibdw) FP_SETTINGS # -AC_CONFIG_FILES(mk/config.mk mk/install.mk) +AC_CONFIG_FILES(config.mk mk/config.mk mk/install.mk) AC_OUTPUT # We get caught by |