diff options
Diffstat (limited to 'hadrian/src/Rules/BinaryDist.hs')
-rw-r--r-- | hadrian/src/Rules/BinaryDist.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/BinaryDist.hs b/hadrian/src/Rules/BinaryDist.hs index 3b5dbca5a6..9c98c85371 100644 --- a/hadrian/src/Rules/BinaryDist.hs +++ b/hadrian/src/Rules/BinaryDist.hs @@ -324,7 +324,6 @@ bindistRules = do top <- topDirectory copyFile (top -/- "hadrian" -/- "bindist" -/- "Makefile") makefilePath - -- Copy various configure-related files needed for a working -- './configure [...] && make install' workflow -- (see the list of files needed in the 'binary-dist' rule above, before @@ -360,6 +359,7 @@ bindistInstallFiles = [ "config.sub", "config.guess", "install-sh" , "mk" -/- "config.mk.in", "mk" -/- "install.mk.in", "mk" -/- "project.mk" , "mk" -/- "relpath.sh" + , "mk" -/- "system-cxx-std-lib-1.0.conf.in" , "README", "INSTALL" ] -- | This auxiliary function gives us a top-level 'Filepath' that we can 'need' |