commit | 5a8b231e7ed39b25e141e8fbbde48203d2361cc2 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Apr 29 16:12:50 2014 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu May 08 15:09:04 2014 +0200 |
tree | bf492167fb6fd38392beaea061a518cc2cf98c9a | |
parent | 6b342cc9c872e82620fdd32730cd92affa8a19b3 [diff] |
build: Fix per-object variables for Makefile.target The compiling is done in a subdir, so the extraction of per-object libs and cflags are referencing objects with ../ prefixed. So prefix the per-object variables "foo.o-cflags" and "foo.o-libs" to "../foo.o-cflags" and "../foo.o-libs". Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>