Changeset 1863 for trunk/src/kmk/rule.c
- Timestamp:
- Oct 14, 2008, 11:46:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/rule.c
r903 r1863 380 380 381 381 ptr = p->dep; 382 #ifndef CONFIG_WITH_ALLOC_CACHES 382 383 r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0', 383 384 sizeof (struct dep), 1), 384 385 sizeof (struct dep)); 386 #else 387 r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0', 388 &dep_cache, 1), 389 &dep_cache); 390 #endif 385 391 386 392 if (new_pattern_rule (r, 0))
Note:
See TracChangeset
for help on using the changeset viewer.