Blue Swirl schrieb: > On 6/1/07, Stefan Weil wrote: >> Wouldn't it be better to let the compiler create dependency files >> which make can read? I posted a patch some time ago and use it >> since many months for different QEMU target platforms. > > I don't know, the dependencies aren't changing very often. The current Makefile.target contains a lot of dependencies, and I think they change often, their number is growing and nevertheless they are far from being complete. The appended patch removes most explicit dependencies and adds gcc flags which create dependency files during normal compilation (so they are always up-to-date). Stefan