diff options
author | Roland McGrath <roland@redhat.com> | 1992-11-09 22:52:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-11-09 22:52:52 +0000 |
commit | 9d58debbcc78354081ccb7c3c19027b28448eae1 (patch) | |
tree | e49bfc4f3665671491228433afa31112c8cd57b5 | |
parent | 07a309961bd632a8151d2af49b68c68a574c5900 (diff) | |
download | gunmake-9d58debbcc78354081ccb7c3c19027b28448eae1.tar.gz |
Formerly remake.c.~38~
-rw-r--r-- | remake.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |