]> git.proxmox.com Git - qemu.git/commit
Makefile: fix qga dependencies
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 16 Nov 2011 21:58:31 +0000 (23:58 +0200)
committerLuiz Capitulino <lcapitulino@redhat.com>
Thu, 17 Nov 2011 17:15:31 +0000 (15:15 -0200)
commit1b14254b4815a0ddf9c5b6094b6f6fccd7203fca
treeb21007a647349e99f8e108611174f72b57ad316d
parentb1beac3db243b67711740340c3e3a3ac311aa76b
Makefile: fix qga dependencies

.c files include .h files, so .o depends on .h,
and the linked result depends on .o.
We got it wrong for qga rules, fix it up.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Makefile