From: Roland McGrath Date: Wed, 29 Apr 1992 00:44:29 +0000 (+0000) Subject: Formerly rule.c.~4~ X-Git-Tag: 3.70.2~807 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=687844b2fe091ae265979aee182487013f347af6;p=thirdparty%2Fmake.git Formerly rule.c.~4~ --- diff --git a/rule.c b/rule.c index 1d8bcfda..74f8a9e7 100644 --- a/rule.c +++ b/rule.c @@ -397,7 +397,7 @@ freerule (rule, lastrule) abort (); else pattern_rules = next; - else + else if (lastrule != 0) lastrule->next = next; if (last_pattern_rule == rule) last_pattern_rule = lastrule;