]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/MakeDeps/MakeDeps.c
- Fixed EDKT146; The override warning message has been reduced to almost none.
[mirror_edk2.git] / Tools / Source / TianoTools / MakeDeps / MakeDeps.c
index e4206251e6b10ecc631e2ede080c0342e9cd772a..62964d0037210a3d43d4acb36ee8b41b146b04bb 100755 (executable)
@@ -652,9 +652,6 @@ Returns:
   //\r
   // Go through the symbols and do replacements\r
   //\r
-  strcpy (Str, TargetFileName);\r
-  ReplaceSymbols (Str, sizeof (Str));\r
-  fprintf (mGlobals.OutFptr, "%s : ", Str);\r
   strcpy (Str, DependentFile);\r
   ReplaceSymbols (Str, sizeof (Str));\r
   fprintf (mGlobals.OutFptr, "%s\n", Str);\r