On 4 August 2015 at 17:21, Victor Kaplansky <vict...@redhat.com> wrote: > Rebuilding QEMU after switching versions from git can cause make failure > if IASL is enabled. This is caused by including stale *.d info from > previous build
> # Flags for dependency generation > QEMU_DGFLAGS += -MMD -MP -MT $@ -MF $(*D)/$(*F).d > +QEMU_DGFLAGS_GEN += -MMD -MP -MT $@ -MF $(*D)/$(*F).dep A comment about why we need both of these and when each is supposed to be used would probably be helpful to future readers. -- PMM