Include source file name in dependency output.

From-SVN: r7214
This commit is contained in:
Ian Lance Taylor 1994-05-05 16:28:46 +00:00
parent 2bc544d2b0
commit 0016a02db3
1 changed files with 1 additions and 0 deletions

View File

@ -1971,6 +1971,7 @@ main (argc, argv)
#endif
deps_output (p, ':');
deps_output (in_fname, ' ');
}
}