Wed Dec 5 04:50:15 PST 2007 Ian Lynagh <[EMAIL PROTECTED]>
* 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
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc
