summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))