mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-25 05:29:46 +00:00
* src/implicit.c (pattern_search): [SV 61864] Fix debug output.
This commit is contained in:
parent
5f2d114c6d
commit
f0ab709640
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue