mirror of
https://github.com/mirror/make.git
synced 2026-08-09 09:32:12 +00:00
Formerly implicit.c.~11~
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user