mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-25 05:29:47 +00:00
Formerly rule.c.~15~
This commit is contained in:
parent
5a4a5d3160
commit
3296fa1dff
1 changed files with 1 additions and 1 deletions
2
rule.c
2
rule.c
|
@ -183,7 +183,7 @@ convert_suffix_rule (target, source, cmds)
|
|||
}
|
||||
|
||||
names = (char **) xmalloc (2 * sizeof (char *));
|
||||
percents = (char **) xmalloc (2 * sizeof (char *));
|
||||
percents = (char **) alloca (2 * sizeof (char *));
|
||||
names[0] = percents[0] = targname;
|
||||
names[1] = percents[1] = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue