summaryrefslogtreecommitdiff
path: root/implicit.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-03-10 20:41:03 +0000
committerRoland McGrath <roland@redhat.com>1993-03-10 20:41:03 +0000
commit1a56335cbf0bb5a35b3f41cb16d9dba011fb87da (patch)
tree34c1bb459da4e7e81ce19c3896d3a2cfe9e3eeca /implicit.c
parent4b30933904a07de411f72ecd46b953db9ec703e1 (diff)
downloadgunmake-1a56335cbf0bb5a35b3f41cb16d9dba011fb87da.tar.gz
Formerly implicit.c.~11~
Diffstat (limited to 'implicit.c')
-rw-r--r--implicit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/implicit.c b/implicit.c
index 9a8defb..943ce20 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;