[EMAIL PROTECTED] wrote:- > >Description: > In gcc 3.1, -MM prints dependencies even to files included with > angle brackets (<foo.h>), if those are found through -I options. > This behaviour is unintuitive and a change from earlier versions.
Why are you using <> brackets? Why is #include "foo.h" not good enough? Neil.