mirror of
https://github.com/mirror/make.git
synced 2025-01-05 09:50:09 +08:00
* src/implicit.c (pattern_search): [SV 61864] Fix debug output.
This commit is contained in:
parent
5f2d114c6d
commit
f0ab709640
@ -850,7 +850,7 @@ pattern_search (struct file *file, int archive,
|
||||
if (intermed_ok)
|
||||
{
|
||||
DBS (DB_IMPLICIT,
|
||||
(d->is_explicit
|
||||
(d->is_explicit || (df && df->is_explicit)
|
||||
? _("Looking for a rule with explicit file '%s'.\n")
|
||||
: _("Looking for a rule with intermediate file '%s'.\n"),
|
||||
d->name));
|
||||
|
Loading…
Reference in New Issue
Block a user