summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-02-18 17:49:05 +0000
committerGHC GitLab CI <ghc-ci@gitlab-haskell.org>2020-02-18 17:49:58 +0000
commitd04ae2b473979f86f71e1cd2b3f3efb3a03d720f (patch)
treec1e4f225c387d0c03691cdc5fe3858bead000976
parentee1e5342f612c8b06ac910cd698558ade7a1a887 (diff)
downloadhaskell-wip/T17848.tar.gz
Fix source distribution generationwip/T17848
Fixes #17848, a regression introduced by 6e2d9ee2.
-rw-r--r--ghc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 717c9e8016..08dd3be7e5 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -1217,8 +1217,8 @@ sdist-ghc-prep-tree :
# Add files generated by alex and happy.
# These rules depend on sdist-ghc-prep-tree.
-$(eval $(call sdist-ghc-file,compiler,stage2,GHC,Cmm,Lexer,x))
-$(eval $(call sdist-ghc-file,compiler,stage2,GHC,Cmm,Parser,y))
+$(eval $(call sdist-ghc-file,compiler,stage2,GHC/Cmm,Lexer,x))
+$(eval $(call sdist-ghc-file,compiler,stage2,GHC/Cmm,Parser,y))
$(eval $(call sdist-ghc-file,compiler,stage2,parser,Lexer,x))
$(eval $(call sdist-ghc-file,compiler,stage2,parser,Parser,y))
$(eval $(call sdist-ghc-file,utils/hpc,dist-install,,HpcParser,y))