Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/a83d9fb92b9807fcaf5de399ee5f90d93e0c704d >--------------------------------------------------------------- commit a83d9fb92b9807fcaf5de399ee5f90d93e0c704d Author: Ian Lynagh <[email protected]> Date: Thu Mar 15 18:14:05 2012 +0000 Fix tarball name for Win64 mingw >--------------------------------------------------------------- configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0c9df53..3977cb4 100644 --- a/configure.ac +++ b/configure.ac @@ -295,14 +295,14 @@ then # NB. If you update the tarballs to a new version of gcc, don't # forget to tweak the paths in driver/gcc/gcc.c. if ! test -d inplace/mingw || - test inplace/mingw -ot ghc-tarballs/mingw64/x86_64-w64-*.zip + test inplace/mingw -ot ghc-tarballs/mingw64/mingw-w64-bin_*.zip then AC_MSG_NOTICE([Making in-tree mingw tree]) rm -rf inplace/mingw mkdir inplace/mingw ( cd inplace/mingw && - unzip ../../ghc-tarballs/mingw64/x86_64-w64-*.zip + unzip ../../ghc-tarballs/mingw64/mingw-w64-bin_*.zip ) AC_MSG_NOTICE([In-tree mingw tree created]) fi _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
