Fix the magic linking of subdir lib.o files
commitdad4a542320c1d7fb51f31ad88bc3af60c9a937d
authorJonas Fonseca <fonseca@diku.dk>
Thu, 20 Oct 2005 01:39:59 +0000 (20 03:39 +0200)
committerJonas Fonseca <fonseca@antimatter.(none)>
Thu, 20 Oct 2005 01:39:59 +0000 (20 03:39 +0200)
treefc1ab66b5d807418584e7efcca9f8bd93028340e
parenta617d5b140c1fb502ed892a6ccad141083366d30
Fix the magic linking of subdir lib.o files

Make will 'expand' all variables at initialization so we cannot rely on
checking subdir/lib.o since it might not have been build yet. Instead
use 'test && echo' on the ld command line.
Makefile.lib