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:
0b3317d
)
(set_command_state): Declare D.
author
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:17:57 +0000
(
00:17
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 7 Sep 1994 00:17:57 +0000
(
00:17
+0000)
file.c
patch
|
blob
|
history
diff --git
a/file.c
b/file.c
index be333f4f4482160da2cf5def954cd589d86034d5..cfefb6fb988a6f4a50ba1c1c3f311bd57632dc28 100644
(file)
--- 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;