summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/remake.c b/remake.c
index d4c8a03..914e7d4 100644
--- a/remake.c
+++ b/remake.c
@@ -62,9 +62,6 @@ static int library_search PARAMS ((char **lib, FILE_TIMESTAMP *mtime_ptr));
should only make one goal at a time and return as soon as one goal whose
`changed' member is nonzero is successfully made. */
-/* We need to know this "lower down" for correct error handling. */
-static int updating_makefiles = 0;
-
int
update_goal_chain (goals, makefiles)
register struct dep *goals;
@@ -74,8 +71,6 @@ update_goal_chain (goals, makefiles)
unsigned int j = job_slots;
int status = -1;
- updating_makefiles = makefiles;
-
#define MTIME(file) (makefiles ? file_mtime_no_search (file) \
: file_mtime (file))