Changeset 1701 for trunk/src/kmk/main.c


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/main.c

    r1535 r1701  
    562562int second_expansion;
    563563
     564#ifdef CONFIG_WITH_2ND_TARGET_EXPANSION
     565/* Nonzero if we have seen the '.SECONDTARGETEXPANSION' target.
     566   This turns on secondary expansion of targets.  */
     567
     568int second_target_expansion;
     569#endif
     570
    564571#ifndef CONFIG_WITH_EXTENDED_NOTPARALLEL
    565572/* Nonzero if we have seen the `.NOTPARALLEL' target.
Note: See TracChangeset for help on using the changeset viewer.