diff options
Diffstat (limited to 'rules/sdist-ghc-file.mk')
-rw-r--r-- | rules/sdist-ghc-file.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/sdist-ghc-file.mk b/rules/sdist-ghc-file.mk index 81e1c5c105..b1e13a1ea0 100644 --- a/rules/sdist-ghc-file.mk +++ b/rules/sdist-ghc-file.mk @@ -16,7 +16,7 @@ # $(eval $(call sdist-ghc-file,compiler,stage2,parser,Parser,y)) # # This adds the file 'compiler/stage2/build/Parser.hs' to the sdist, in the -# same directory as 'compiler/parser/Parser.y' (which is renamed). +# same directory as 'compiler/GHC/Parser.y' (which is renamed). define sdist-ghc-file # $1 = dir |