Changeset 368 for trunk/src/gmake/variable.c
- Timestamp:
- Dec 17, 2005, 6:31:29 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/variable.c
r362 r368 688 688 (void) define_variable ("KMK_BUILTIN", 11, "append echo mkdir", o_default, 0); 689 689 #else 690 (void) define_variable ("KMK_BUILTIN", 11, "append cp echo mkdir rm", o_default, 0);691 #endif 690 (void) define_variable ("KMK_BUILTIN", 11, "append cp echo install ln mkdir rm", o_default, 0); 691 #endif 692 692 #endif 693 693
Note:
See TracChangeset
for help on using the changeset viewer.