diff options
| author | Paolo Bonzini | 2012-12-20 17:36:35 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-01-12 18:42:51 +0100 |
| commit | bf0842b71f581e0c60f4bbfbebf37ff999a22b88 (patch) | |
| tree | ac034f368eff6242ed718091add13ed5a79daaf8 /Makefile | |
| parent | build: move base QAPI files to libqemuutil.a (diff) | |
| download | qemu-bf0842b71f581e0c60f4bbfbebf37ff999a22b88.tar.gz qemu-bf0842b71f581e0c60f4bbfbebf37ff999a22b88.tar.xz qemu-bf0842b71f581e0c60f4bbfbebf37ff999a22b88.zip | |
build: move version-obj-y to the generic LINK rule
There is no reason for it to be in block-obj-y, in particular.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -206,7 +206,7 @@ $(SRC_PATH)/qapi-schema.json $(SRC_PATH)/scripts/qapi-commands.py $(qapi-py) QGALIB_GEN=$(addprefix qga/qapi-generated/, qga-qapi-types.h qga-qapi-visit.h qga-qmp-commands.h) $(qga-obj-y) qemu-ga.o: $(QGALIB_GEN) -qemu-ga$(EXESUF): $(qga-obj-y) $(trace-obj-y) $(version-obj-y) libqemuutil.a libqemustub.a +qemu-ga$(EXESUF): $(qga-obj-y) $(trace-obj-y) libqemuutil.a libqemustub.a $(call LINK, $^) clean: |
