Changeset 3315 for trunk/src/kDepPre
- Timestamp:
- Mar 31, 2020, 3:12:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDepPre/kDepPre.c
r3167 r3315 469 469 { 470 470 depOptimize(&This, fFixCase, 0 /* fQuiet */, NULL /*pszIgnoredExt*/); 471 fprintf(pOutput, "%s:", pszTarget); 472 depPrint(&This, pOutput); 471 depPrintTargetWithDeps(&This, pOutput, pszTarget, 1 /*fEscapeTarget*/); 473 472 if (fStubs) 474 473 depPrintStubs(&This, pOutput);
Note:
See TracChangeset
for help on using the changeset viewer.