From: Roland McGrath Date: Mon, 9 Nov 1992 22:52:52 +0000 (+0000) Subject: Formerly remake.c.~38~ X-Git-Tag: 3.70.2~549 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d58debbcc78354081ccb7c3c19027b28448eae1;p=thirdparty%2Fmake.git Formerly remake.c.~38~ --- diff --git a/remake.c b/remake.c index a0559258..17a60378 100644 --- a/remake.c +++ b/remake.c @@ -33,7 +33,7 @@ extern int try_implicit_rule (); /* Incremented when a file has been remade. */ -static unsigned int files_remade = 0; +unsigned int files_remade = 0; static int update_file (), update_file_1 (), check_dep (), touch_file (); static void remake_file (); @@ -550,8 +550,6 @@ notice_finished_file (file) file->command_state = cs_finished; file->updated = 1; - ++files_remade; - if (touch_flag /* The update status will be: -1 if no commands were run;