projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bd0301
)
(set_command_state): Actually set FILE->command_state.
author
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:31:13 +0000
(
00:31
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:31:13 +0000
(
00:31
+0000)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index ab70a039e3a2b2c454b920f15939f41773a59063..a3657efe72cf9b35edcca17be113fa67f16aea6c 100644
(file)
--- a/
file.c
+++ b/
file.c
@@
-394,6
+394,8
@@
set_command_state (file, state)
{
struct dep *d;
+ file->command_state = state;
+
for (d = file->also_make; d != 0; d = d->next)
d->file->command_state = state;
}