summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hadrian/src/Rules/BinaryDist.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Rules/BinaryDist.hs b/hadrian/src/Rules/BinaryDist.hs
index 743547917c..1887314659 100644
--- a/hadrian/src/Rules/BinaryDist.hs
+++ b/hadrian/src/Rules/BinaryDist.hs
@@ -197,7 +197,7 @@ bindistRules = do
-- The settings file must be regenerated by the bindist installation
-- logic to account for the environment discovered by the bindist
-- configure script on the host. Not on Windows, however, where
- -- we do not ship a configure script with the bindist. See #20254.
+ -- we do not ship a configure script with the bindist. See #20253.
unless windowsHost $
removeFile (bindistFilesDir -/- "lib" -/- "settings")