From e68a27ec7b22753dd2a61585a69290ca2e3c9d80 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 9 Feb 2000 07:02:18 +0000 Subject: * Fix some warnings in gettext.c and function.c * Don't try to execute tests which are actually directories. --- remake.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'remake.c') 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)) -- cgit v1.2.3