patch applied (ghc-6.8/ghc): Fix the libraries Makefile

Ian Lynagh igloo at earth.li
Wed Dec 5 07:51:41 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