Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.2

http://hackage.haskell.org/trac/ghc/changeset/972476f85f00b54a052911542d62874961b91bb5

>---------------------------------------------------------------

commit 972476f85f00b54a052911542d62874961b91bb5
Author: Simon Marlow <[email protected]>
Date:   Mon Jul 18 11:19:22 2011 +0100

    fix bug in sdist-prep rule (hpc/dist is now hpc/dist-install)

>---------------------------------------------------------------

 ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc.mk b/ghc.mk
index a929a51..f675855 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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)



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to