[Bug preprocessor/39080] -MF writes dependencies for last file only
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39080 Shakthi Kannan changed: What|Removed |Added CC||skannan at redhat dot com --- Comment #2
[Bug preprocessor/39080] -MF writes dependencies for last file only
--- Comment #1 from tromey at gcc dot gnu dot org 2009-02-22 17:12 --- This is not really a bug. In this scenario, cc1 is executed multiple times. Each invocation overwrites the -MF file. A fix is not to pass multiple .c files to a given invocation of gcc. Perhaps we should note this