diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-08 22:32:38 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-08 22:32:38 +0000 |
commit | 9035aa27b7485bfdc12f8c577208a20a8b3747b6 (patch) | |
tree | b970aea3a3a4c645794298cccb03c191e49583cb /remake.c | |
parent | e1d72ad3f1f9fd9dc72b43b7c618230e0c7d190f (diff) | |
download | gunmake-9035aa27b7485bfdc12f8c577208a20a8b3747b6.tar.gz |
* Minor code cleanup.
Diffstat (limited to 'remake.c')
-rw-r--r-- | remake.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |