diff options
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/Makefile-bin-vars.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/Makefile-bin-vars.in b/distrib/Makefile-bin-vars.in index 5603e72708..f6b59ed65e 100644 --- a/distrib/Makefile-bin-vars.in +++ b/distrib/Makefile-bin-vars.in @@ -3,7 +3,7 @@ bindist_abs_root = @hardtop@ FPTOOLS_TOP_ABS = @hardtop@ -# This Makefile isn't used on Windows, so wel always have ghc-pkg.bin +# This Makefile isn't used on Windows, so we always have ghc-pkg.bin # rather than ghc-pkg.exe. GHC_PKG_PROG = $(FPTOOLS_TOP_ABS)/utils/ghc-pkg/ghc-pkg.bin |