Fix the libraries Makefile
authorIan Lynagh <igloo@earth.li>
Wed, 5 Dec 2007 12:50:15 +0000 (12:50 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 5 Dec 2007 12:50:15 +0000 (12:50 +0000)
commitfed3d81360b6234f1ff49d5dc84d76211abd45c4
tree90ae2869502172265fca141bd62e80a16710fae8
parent41ea3aecf9cb33f9b037376ab731a3927d1a2f03
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
libraries/Makefile