OSDN Git Service

buildsys: fix IS_IN_lib* for out-of-tree builds
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 28 Jan 2015 09:50:34 +0000 (10:50 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 28 Jan 2015 09:50:34 +0000 (10:50 +0100)
commit343f6b8f1f754e397632b0552e4afe586c8b392b
treec8fb922eac616ed311d29f51de1405e49a37f70c
parent92de8a5f6ffb1ff9f7183fd08d872aa098b75ae2
buildsys: fix IS_IN_lib* for out-of-tree builds

41537a770b46f2376e74af58ba4885749339e81e erroneously stripped the
top_builddir off the per-directory flag setting which works fine for
in-tree builds but is not correct for O=
Just use the full path of the target files to apply the flags to fix
that thinko.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makerules