Il 14/06/2012 15:08, Andreas Färber ha scritto: >> > # Include automatically generated dependency files >> > -include $(wildcard *.d audio/*.d slirp/*.d block/*.d net/*.d ui/*.d >> > qapi/*.d) >> > --include $(wildcard qga/*.d hw/*.d hw/usb/*.d) >> > +-include $(wildcard qga/*.d hw/*.d hw/usb/*.d tests/*.d) > The equivalent fix for qom/*.d was denied me just recently... > > I don't see that solved through Paolo's Makefile redesign though, my > local patch still applies.
Yeah, let's just do this for now (which applies to your patch as well, Andreas). We'll fix it right for 1.2, but that's no reason to inflict pain upon ourselves until then. Paolo