Re: [Qemu-devel] [PATCH 4/4] Makefile: fix qga dependencies

2011-11-17 Thread Andreas Färber
Am 17.11.2011 10:31, schrieb Paolo Bonzini: > On 11/16/2011 10:58 PM, Michael S. Tsirkin wrote: >> .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. > > Another possible option is to make the "all" target depend on

Re: [Qemu-devel] [PATCH 4/4] Makefile: fix qga dependencies

2011-11-17 Thread Paolo Bonzini
On 11/16/2011 10:58 PM, Michael S. Tsirkin wrote: .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. Another possible option is to make the "all" target depend on GENERATED_HEADERS and GENERATED_SOURCES, like all: $(