From: Roland McGrath Date: Sun, 25 Oct 1992 05:49:07 +0000 (+0000) Subject: Formerly remake.c.~36~ X-Git-Tag: 3.70.2~560 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e4062c1770d688ded2b53adbe22290acde07591;p=platform%2Fupstream%2Fmake.git Formerly remake.c.~36~ --- diff --git a/remake.c b/remake.c index 7c08026..812fa8d 100644 --- a/remake.c +++ b/remake.c @@ -207,6 +207,12 @@ update_file (file, depth) d->file->command_state = f->command_state; d->file->update_status = f->update_status; d->file->updated = f->updated; + if (debug_flag) + { + print_spaces (depth); + printf ("File `%s' was also made by making `%s'.\n", + d->file->name, f->name); + } } if (status != 0 && !keep_going_flag)