Changeset 3315 for trunk/src/kmk/kmkbuiltin/kDepIDB.c
- Timestamp:
- Mar 31, 2020, 3:12:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin/kDepIDB.c
r3192 r3315 830 830 { 831 831 depOptimize(&This.Core, fFixCase, fQuiet, NULL /*pszIgnoredExt*/); 832 fprintf(pOutput, "%s:", pszTarget); 833 depPrint(&This.Core, pOutput); 832 depPrintTargetWithDeps(&This.Core, pOutput, pszTarget, 1 /*fEscapeTarget*/); 834 833 if (fStubs) 835 834 depPrintStubs(&This.Core, pOutput);
Note:
See TracChangeset
for help on using the changeset viewer.