Changeset 1848 for trunk/src/kmk/file.c
- Timestamp:
- Oct 12, 2008, 6:41:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/file.c
r1847 r1848 514 514 continue; 515 515 516 #ifdef CONFIG_WITH_INCLUDEDEP 517 /* Dependencies loaded by includedep can be passed right thru. */ 518 if (d->includedep) 519 { 520 new = alloc_dep(); 521 new->name = d->name; 522 } 523 else 524 { 525 #endif 526 516 527 /* Create the dependency list. 517 528 If we're not doing 2nd expansion, then it's just the name. We will … … 574 585 575 586 /* Parse the prerequisites. */ 576 #ifndef CONFIG_WITH_VALUE_LENGTH577 587 new = parse_prereqs (p); 578 #else579 /** @todo make use of len here! */580 new = parse_prereqs (p);581 #endif582 588 583 589 /* If this dep list was from a static pattern rule, expand the %s. We … … 647 653 } 648 654 } 655 656 #ifdef CONFIG_WITH_INCLUDEDEP 657 } 658 #endif 649 659 650 660 /* Enter them as files. */
Note:
See TracChangeset
for help on using the changeset viewer.