summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-02-09 07:02:18 +0000
committerPaul Smith <psmith@gnu.org>2000-02-09 07:02:18 +0000
commite68a27ec7b22753dd2a61585a69290ca2e3c9d80 (patch)
treeb7b5f3afa662aee4e12f13772aaa663f370e5564 /remake.c
parent17f2dda0acc8f97e40819d75d99d85283d9027a1 (diff)
downloadgunmake-e68a27ec7b22753dd2a61585a69290ca2e3c9d80.tar.gz
* Fix some warnings in gettext.c and function.c
* Don't try to execute tests which are actually directories.
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))