mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-04 19:12:50 +00:00
Formerly rule.c.~5~
This commit is contained in:
parent
b4f6efcf69
commit
fc1ec6ab56
1 changed files with 1 additions and 1 deletions
2
rule.c
2
rule.c
|
@ -252,7 +252,7 @@ new_pattern_rule (rule, override)
|
|||
rule->next = 0;
|
||||
|
||||
/* Search for an identical rule. */
|
||||
lastrule = pattern_rules;
|
||||
lastrule = 0;
|
||||
for (r = pattern_rules; r != 0; lastrule = r, r = r->next)
|
||||
for (i = 0; rule->targets[i] != 0; ++i)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue