Changeset 153 for branches/GNU/src/gmake/file.c
- Timestamp:
- Sep 8, 2004, 4:43:30 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/file.c
r54 r153 531 531 532 532 void 533 set_command_state (struct file *file, intstate)533 set_command_state (struct file *file, enum cmd_state state) 534 534 { 535 535 struct dep *d; … … 759 759 if (f->cmds != 0) 760 760 print_commands (f->cmds); 761 762 if (f->prev) 763 print_file ((const void *) f->prev); 761 764 } 762 765
Note:
See TracChangeset
for help on using the changeset viewer.