mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-11-25 04:35:44 +00:00
* src/implicit.c (pattern_search): Fix text for easier translation.
This commit is contained in:
parent
3ecf97d3af
commit
cefe747e85
1 changed files with 3 additions and 2 deletions
|
@ -848,8 +848,9 @@ pattern_search (struct file *file, int archive,
|
|||
if (intermed_ok)
|
||||
{
|
||||
DBS (DB_IMPLICIT,
|
||||
(_("Looking for a rule with %s file '%s'.\n"),
|
||||
d->is_explicit ? "explicit" : "intermediate",
|
||||
(d->is_explicit
|
||||
? _("Looking for a rule with explicit file '%s'.\n")
|
||||
: _("Looking for a rule with intermediate file '%s'.\n"),
|
||||
d->name));
|
||||
|
||||
if (int_file == 0)
|
||||
|
|
Loading…
Reference in a new issue