Commit 0016a02d by Ian Lance Taylor

Include source file name in dependency output.

From-SVN: r7214
parent 2bc544d2
......@@ -1971,6 +1971,7 @@ main (argc, argv)
#endif
deps_output (p, ':');
deps_output (in_fname, ' ');
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment