- Timestamp:
- Oct 17, 2008 2:06:50 AM (16 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/implicit.c
r1864 r1882 922 922 memcpy (sp + dirlen, stem, stemlen); 923 923 sp[fullstemlen] = '\0'; 924 #ifndef CONFIG_WITH_VALUE_LENGTH 924 925 file->stem = strcache_add (sp); 926 #else 927 file->stem = strcache_add_len (sp, fullstemlen); 928 #endif 925 929 } 926 930 -
trunk/src/kmk/main.c
r1879 r1882 2713 2713 fatal (NILF, _(".DEFAULT_GOAL contains more than one target")); 2714 2714 2715 #ifndef CONFIG_WITH_VALUE_LENGTH 2715 2716 default_goal_file = enter_file (strcache_add (ns->name)); 2717 #else 2718 default_goal_file = enter_file (ns->name); 2719 #endif 2716 2720 2717 2721 ns->name = 0; /* It was reused by enter_file(). */
Note:
See TracChangeset
for help on using the changeset viewer.