From: Roland McGrath Date: Wed, 10 Mar 1993 20:41:03 +0000 (+0000) Subject: Formerly implicit.c.~11~ X-Git-Tag: 3.70.2~355 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a56335cbf0bb5a35b3f41cb16d9dba011fb87da;p=thirdparty%2Fmake.git Formerly implicit.c.~11~ --- diff --git a/implicit.c b/implicit.c index 9a8defbe..943ce20c 100644 --- a/implicit.c +++ b/implicit.c @@ -354,7 +354,7 @@ pattern_search (file, archive, depth, recursions) "impossible", then the rule fails and don't bother trying it on the second pass either since we know that will fail too. */ - DEBUGP2 ("Rejecting impossible %s dependent `%s'.\n", + DEBUGP2 ("Rejecting impossible %s dependency `%s'.\n", p == depname ? "implicit" : "rule", p); tryrules[i] = 0; break;