diff options
author | Sylvain Henry <sylvain@haskus.fr> | 2020-02-20 18:30:49 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-02-20 21:56:23 -0500 |
commit | 3cea67955a5ae7d3de7aa9dcfdabaf6ee3681ffc (patch) | |
tree | a3858bfd4dfee42f0d9ad02d6272c36c9a0863e0 /ghc.mk | |
parent | 33fa8d9433d82b03f3209698bf27420a32302321 (diff) | |
download | haskell-3cea67955a5ae7d3de7aa9dcfdabaf6ee3681ffc.tar.gz |
Make: fix sdist target (#17848)
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |