summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-11-09 22:52:52 +0000
committerRoland McGrath <roland@redhat.com>1992-11-09 22:52:52 +0000
commit9d58debbcc78354081ccb7c3c19027b28448eae1 (patch)
treee49bfc4f3665671491228433afa31112c8cd57b5 /remake.c
parent07a309961bd632a8151d2af49b68c68a574c5900 (diff)
downloadgunmake-9d58debbcc78354081ccb7c3c19027b28448eae1.tar.gz
Formerly remake.c.~38~
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/remake.c b/remake.c
index a055925..17a6037 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;