diff options
Diffstat (limited to 'mk/config.mk.in')
-rw-r--r-- | mk/config.mk.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in index 98155f823e..50b8aef610 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -440,7 +440,8 @@ EXECUTABLE_FILE = chmod +x # $(GHC) points to installed version of the compiler. # -# NOTE: Don't override $(GHC) in build.mk, use configure --with-ghc instead +# NOTE: Don't override $(GHC) in build.mk, use +# `./configure GHC=...` instead # (because the version numbers have to be calculated). GHC := @WithGhc@ |