Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f31e93496d7b7ec631b9402be9b566d0f5d2e1fa >--------------------------------------------------------------- commit f31e93496d7b7ec631b9402be9b566d0f5d2e1fa Author: Simon Marlow <[email protected]> Date: Mon Jun 6 12:53:52 2011 +0100 fix path to ghc-pwd >--------------------------------------------------------------- aclocal.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index c7aba3e..3426556 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1365,7 +1365,7 @@ AC_MSG_NOTICE(Building in-tree ghc-pwd) ]) AC_DEFUN([FP_BINDIST_GHC_PWD],[ - GHC_PWD=utils/ghc-pwd/dist/build/tmp/ghc-pwd + GHC_PWD=utils/ghc-pwd/dist-install/build/tmp/ghc-pwd ]) AC_DEFUN([FP_FIND_ROOT],[ _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
