From 9035aa27b7485bfdc12f8c577208a20a8b3747b6 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 8 Jul 1999 22:32:38 +0000 Subject: * Minor code cleanup. --- remake.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remake.c') diff --git a/remake.c b/remake.c index d94094a..d39c558 100644 --- a/remake.c +++ b/remake.c @@ -125,7 +125,7 @@ update_goal_chain (goals, makefiles) while (g != 0) { /* Iterate over all double-colon entries for this file. */ - struct file *file = g->file; + struct file *file; int stop = 0, any_not_updated = 0; for (file = g->file->double_colon ? g->file->double_colon : g->file; -- cgit v1.2.3