5.7.8.10 MG: Ignore Missing Header Files Option

The -MG option treats missing header files as generated files and adds them to the dependency list without raising an error.

The option assumes the missing files live in the same directory as the source file. If -MG is specified, then either -M or -MM must also be specified. This option is not supported with -MD or -MMD.