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:
ff6efba
)
(set_command_state): Fix typo.
author
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:24:10 +0000
(
00:24
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:24:10 +0000
(
00:24
+0000)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index cfefb6fb988a6f4a50ba1c1c3f311bd57632dc28..ab70a039e3a2b2c454b920f15939f41773a59063 100644
(file)
--- 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;
}
\f
/* Print the data base of files. */