blob: df7b8c1c13f908d83f449cbacd24c65bb03957d7 (
plain)
1
2
3
|
The gccmakedep program calls 'gcc -M' to output makefile rules
describing the dependencies of each sourcefile, so that make(1) knows
which object files must be recompiled when a dependency has changed.
|