[Qemu-devel] [PATCH 23/27] build: move version-obj-y to the generic LINK rule

2013-01-12 Thread Paolo Bonzini
There is no reason for it to be in block-obj-y, in particular. We would like to put it in a library, but nothing would pull it in. So add it to the LINK rule, and use a Makefile dependency to ensure it is built. Signed-off-by: Paolo Bonzini --- Makefile | 3 ++- Makefile.objs | 3 +-- rule

[Qemu-devel] [PATCH 23/27] build: move version-obj-y to the generic LINK rule

2012-12-21 Thread Paolo Bonzini
There is no reason for it to be in block-obj-y, in particular. Signed-off-by: Paolo Bonzini --- Makefile |2 +- Makefile.objs |3 +-- rules.mak |4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 06b3ad5..ce87375 100644 --- a/Mak