Changeset 3315 for trunk/src/kObjCache
- Timestamp:
- Mar 31, 2020, 3:12:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kObjCache/kObjCache.c
r3239 r3315 1134 1134 *psz++ = '/'; 1135 1135 1136 fprintf(pFile, "%s:", pszObjFileAbs);1136 depPrintTargetWithDeps(&pDepState->Core, pFile, pszObjFileAbs, 1 /*fEscapeTarget*/); 1137 1137 free(pszObjFileAbs); 1138 depPrint(&pDepState->Core, pFile);1139 1138 if (fGenStubs) 1140 1139 depPrintStubs(&pDepState->Core, pFile);
Note:
See TracChangeset
for help on using the changeset viewer.