patch applied (ghc): Fix the libraries Makefile

Ian Lynagh igloo at earth.li
Fri Dec 7 18:50:02 EST 2007


Wed Dec  5 04:50:15 PST 2007  Ian Lynagh <igloo at earth.li>
  * Fix the libraries Makefile
      x && y
  is not the same as
      if x; then y; fi
  as the latter doesn't fail when x fails

    M ./libraries/Makefile -1 +1



More information about the Cvs-ghc mailing list