Changeset 3315 for trunk/src/kDepPre


Ignore:
Timestamp:
Mar 31, 2020, 3:12:19 AM (5 years ago)
Author:
bird
Message:

lib/kDep+users: Escape spaces and such in dependency files (experimental).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kDepPre/kDepPre.c

    r3167 r3315  
    469469    {
    470470        depOptimize(&This, fFixCase, 0 /* fQuiet */, NULL /*pszIgnoredExt*/);
    471         fprintf(pOutput, "%s:", pszTarget);
    472         depPrint(&This, pOutput);
     471        depPrintTargetWithDeps(&This, pOutput, pszTarget, 1 /*fEscapeTarget*/);
    473472        if (fStubs)
    474473            depPrintStubs(&This, pOutput);
Note: See TracChangeset for help on using the changeset viewer.