Hi I have a Makefile with the line gfortran -x f77-cpp-input -MM foo.f that no longer works after upgrading gfortran. What do I do instead to get the same behavior as gcc -MM? Mathew