]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Include source file name in dependency output.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 5 May 1994 16:28:46 +0000 (16:28 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 5 May 1994 16:28:46 +0000 (16:28 +0000)
From-SVN: r7214

gcc/cccp.c

index dfee51fb4667035a5f420bbd424c3d34db7f811e..c8fb02f8c0ec2aa3b5469a2a46501f9e5beae4fd 100644 (file)
@@ -1971,6 +1971,7 @@ main (argc, argv)
 #endif
 
       deps_output (p, ':');
+      deps_output (in_fname, ' ');
     }
   }