Changeset 1933 for trunk/src/kmk/file.c


Ignore:
Timestamp:
Oct 24, 2008, 10:40:32 PM (17 years ago)
Author:
bird
Message:

kmk: moved suffixes_strcached to strcache.c and global scope.

File:
1 edited

Legend:

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

    r1918 r1933  
    863863  for (file_slot = file_slot_0; file_slot < file_end; file_slot++)
    864864    for (f = *file_slot; f != 0; f = f->prev)
     865#ifndef CONFIG_WITH_STRCACHE2
    865866      if (strcmp (f->name, ".SUFFIXES") != 0)
     867#else
     868      if (f->name != suffixes_strcached)
     869#endif
    866870        expand_deps (f);
    867871  free (file_slot_0);
Note: See TracChangeset for help on using the changeset viewer.