diff options
author | Simon Marlow <marlowsd@gmail.com> | 2011-07-18 11:19:22 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-07-18 15:37:28 +0100 |
commit | 6d8c5ae8de842b9461551b113b8a2b59b9736ba2 (patch) | |
tree | c8ad8f6f3a979f6ca5732a4c3a1e0a585c5e627b | |
parent | f272d03a64329abdc28613a24f193bef7080db5a (diff) | |
download | haskell-6d8c5ae8de842b9461551b113b8a2b59b9736ba2.tar.gz |
fix bug in sdist-prep rule (hpc/dist is now hpc/dist-install)
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1078,7 +1078,7 @@ sdist-prep : $(call sdist_file,compiler,stage2,parser,,Lexer,x) $(call sdist_file,compiler,stage2,parser,,Parser,y.pp) $(call sdist_file,compiler,stage2,parser,,ParserCore,y) - $(call sdist_file,utils/hpc,dist,,,HpcParser,y) + $(call sdist_file,utils/hpc,dist-install,,,HpcParser,y) $(call sdist_file,utils/genprimopcode,dist,,,Lexer,x) $(call sdist_file,utils/genprimopcode,dist,,,Parser,y) $(call sdist_file,utils/haddock,dist,src,Haddock,Lex,x) |