Changeset 1933 for trunk/src/kmk/file.c
- Timestamp:
- Oct 24, 2008, 10:40:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/file.c
r1918 r1933 863 863 for (file_slot = file_slot_0; file_slot < file_end; file_slot++) 864 864 for (f = *file_slot; f != 0; f = f->prev) 865 #ifndef CONFIG_WITH_STRCACHE2 865 866 if (strcmp (f->name, ".SUFFIXES") != 0) 867 #else 868 if (f->name != suffixes_strcached) 869 #endif 866 870 expand_deps (f); 867 871 free (file_slot_0);
Note:
See TracChangeset
for help on using the changeset viewer.