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/kmk/kmkbuiltin/kDepIDB.c

    r3192 r3315  
    830830    {
    831831        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*/);
    834833        if (fStubs)
    835834            depPrintStubs(&This.Core, pOutput);
Note: See TracChangeset for help on using the changeset viewer.