Ignore:
Timestamp:
Sep 2, 2008, 4:06:18 AM (17 years ago)
Author:
bird
Message:

kmk: Implemented secondary target expansion. Fixes #42.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/filedef.h

    r922 r1701  
    107107                                   by the explicit multi target rule. */
    108108#endif
     109#ifdef CONFIG_WITH_2ND_TARGET_EXPANSION   
     110    unsigned int need_2nd_target_expansion:1; /* Nonzero if this file needs
     111                                  second expansion of its name. Whether it
     112                                  can receive this is decided at parse time,
     113                                  and the expanding done in snap_deps. */
     114#endif
    109115
    110116  };
Note: See TracChangeset for help on using the changeset viewer.