[gnu.gcc.bug] Minor inaccuracy in gcc.texinfo

rfg@paris.ics.uci.edu (Ronald Guilmette) (02/25/90)

In the gcc.texinfo manual, it says that using the -M (or -MM options) causes
the generation of dependency lists for source files.

This is slightly inaccurtate.  These options generate lists of dependencies
for object files (not source files).

// Ron Guilmette (rfg@ics.uci.edu)
// C++ Entomologist
// Motto:  If it sticks, force it.  If it breaks, it needed replacing anyway.