Fix parallel build for lib/
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 Jan 2012 15:24:17 +0000 (10:24 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 19 Jan 2012 15:24:17 +0000 (10:24 -0500)
When we have a dependency from a library on another library (with
LIBADD), we need to put the lib we depend on in another directory, and
build that directory prior to the current directory. This is what is
done in the http://sourceware.org/autobook/autobook/autobook_92.html
"11.5 Convenience Libraries" example.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

No differences found
This page took 0.024982 seconds and 4 git commands to generate.