From: Roland McGrath Date: Fri, 9 Jul 1993 01:22:33 +0000 (+0000) Subject: Formerly rule.c.~15~ X-Git-Tag: 3.70.2~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3296fa1dffab05e5044b5b7e9b76eaf9f4ef6f2b;p=thirdparty%2Fmake.git Formerly rule.c.~15~ --- diff --git a/rule.c b/rule.c index ea3031ad..027aa293 100644 --- a/rule.c +++ b/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;