summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-09-07 00:24:10 +0000
committerRoland McGrath <roland@redhat.com>1994-09-07 00:24:10 +0000
commit0bd0301ae3449502fdda45769b9d833e9f1b6ce6 (patch)
tree9943a97c0c16809ba1b1582e2978d0027c4392a1 /file.c
parentff6efbadf596f933870f05ec2c29e321191841cd (diff)
downloadgunmake-0bd0301ae3449502fdda45769b9d833e9f1b6ce6.tar.gz
(set_command_state): Fix typo.
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 cfefb6f..ab70a03 100644
--- a/file.c
+++ b/file.c
@@ -395,7 +395,7 @@ set_command_state (file, state)
struct dep *d;
for (d = file->also_make; d != 0; d = d->next)
- d->command_state = state;
+ d->file->command_state = state;
}
/* Print the data base of files. */