Ignore:
Timestamp:
Oct 12, 2008, 6:25:03 PM (17 years ago)
Author:
bird
Message:

kmk: Some optimizations for expand_deps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/function.c

    r1838 r1847  
    39423942          if (i)
    39433943            o = variable_buffer_output (o, cmd_sep, cmd_sep_len);
    3944           o = variable_expand_for_file_2 (o, cmds->command_lines[i], file);
     3944          o = variable_expand_for_file_2 (o, cmds->command_lines[i], ~0U, file, NULL);
    39453945
    39463946          /* Skip it if it has a '%' prefix or is blank. */
Note: See TracChangeset for help on using the changeset viewer.