]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly remake.c.~38~
authorRoland McGrath <roland@redhat.com>
Mon, 9 Nov 1992 22:52:52 +0000 (22:52 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 9 Nov 1992 22:52:52 +0000 (22:52 +0000)
remake.c

index a055925810d0c04f278b1ad3db2e7bc8cd0c113f..17a60378d7374b45797101332061c9cc42074280 100644 (file)
--- 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;