mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-04 19:12:50 +00:00
Formerly implicit.c.~11~
This commit is contained in:
parent
4b30933904
commit
1a56335cbf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue