]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly implicit.c.~11~
authorRoland McGrath <roland@redhat.com>
Wed, 10 Mar 1993 20:41:03 +0000 (20:41 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 10 Mar 1993 20:41:03 +0000 (20:41 +0000)
implicit.c

index 9a8defbea3df1ac4b7df603ed568b4d818a4f79b..943ce20c9b1eaba7cb8d6a3a36064a5f6ac153b1 100644 (file)
@@ -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;