summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-09-07 00:17:57 +0000
committerRoland McGrath <roland@redhat.com>1994-09-07 00:17:57 +0000
commitff6efbadf596f933870f05ec2c29e321191841cd (patch)
tree841b2505a7dbf7ddb78724a02c4cc0f2e3788433 /file.c
parent0b3317d2e1b1b2edd139a8e9f00831728d29bbca (diff)
downloadgunmake-ff6efbadf596f933870f05ec2c29e321191841cd.tar.gz
(set_command_state): Declare D.
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index be333f4..cfefb6f 100644
--- a/file.c
+++ b/file.c
@@ -392,7 +392,7 @@ set_command_state (file, state)
struct file *file;
int state;
{
- file->command_state = state;
+ struct dep *d;
for (d = file->also_make; d != 0; d = d->next)
d->command_state = state;