diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-10-24 17:49:42 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-10-24 18:03:34 +0100 |
commit | 68ae113299dbf2928cf0a8c4400b960620136738 (patch) | |
tree | dba89f6d09b9ba5ce19ebd287d9e5701e7fd6d26 /aclocal.m4 | |
parent | b8da5dd3c55d766f0229abb46a1e5c7819d2cd73 (diff) | |
download | haskell-68ae113299dbf2928cf0a8c4400b960620136738.tar.gz |
Make it possible to build with only way dyn
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 645f7777b9..722abcd775 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1794,7 +1794,7 @@ AC_MSG_NOTICE(Building in-tree ghc-pwd) ]) AC_DEFUN([FP_BINDIST_GHC_PWD],[ - GHC_PWD=utils/ghc-pwd/dist-install/build/tmp/ghc-pwd + GHC_PWD=utils/ghc-pwd/dist-install/build/tmp/ghc-pwd-bindist ]) AC_DEFUN([FP_FIND_ROOT],[ |