Changeset 1857 for trunk/src/kmk/filedef.h
- Timestamp:
- Oct 13, 2008, 5:58:07 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/filedef.h
r1701 r1857 107 107 by the explicit multi target rule. */ 108 108 #endif 109 #ifdef CONFIG_WITH_2ND_TARGET_EXPANSION 110 unsigned int need_2nd_target_expansion:1; /* Nonzero if this file needs 109 #ifdef CONFIG_WITH_2ND_TARGET_EXPANSION 110 unsigned int need_2nd_target_expansion:1; /* Nonzero if this file needs 111 111 second expansion of its name. Whether it 112 112 can receive this is decided at parse time, … … 122 122 123 123 struct file *lookup_file (const char *name); 124 #ifdef KMK 125 struct file *lookup_file_cached (const char *name); 126 #endif 124 127 struct file *enter_file (const char *name); 125 128 struct dep *parse_prereqs (char *prereqs);
Note:
See TracChangeset
for help on using the changeset viewer.