Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!orion.oac.uci.edu!uci-ics!gateway From: rfg@paris.ics.uci.edu (Ronald Guilmette) Newsgroups: gnu.gcc.bug Subject: Minor inaccuracy in gcc.texinfo Message-ID: <25E72ABD.20159@paris.ics.uci.edu> Date: 25 Feb 90 00:45:49 GMT Organization: UC Irvine Department of ICS Lines: 9 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.