summaryrefslogtreecommitdiff
path: root/hadrian/cfg
diff options
context:
space:
mode:
authorBjörn Gohla <b.gohla@gmx.de>2019-08-30 20:13:08 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-09-23 17:53:23 -0400
commit9fe4d2df9f728f6bc799001b47c861619a90db11 (patch)
tree6080e229fcfb9be091a725b9f54bbbd2ee04030a /hadrian/cfg
parentb0e3b173566e04eeee9241a700ffb3998d13a72c (diff)
downloadhaskell-9fe4d2df9f728f6bc799001b47c861619a90db11.tar.gz
explicit dependence on makeinfo
Diffstat (limited to 'hadrian/cfg')
-rw-r--r--hadrian/cfg/system.config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/hadrian/cfg/system.config.in b/hadrian/cfg/system.config.in
index e826db035a..35ba2c4052 100644
--- a/hadrian/cfg/system.config.in
+++ b/hadrian/cfg/system.config.in
@@ -24,6 +24,7 @@ system-ghc-pkg = @GhcPkgCmd@
tar = @TarCmd@
patch = @PatchCmd@
xelatex = @XELATEX@
+makeinfo = @MAKEINFO@
# Python 3 is required to run test driver.
# See: https://github.com/ghc/ghc/blob/master/testsuite/mk/boilerplate.mk#L220