mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-26 05:57:16 +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)
|
if (intermed_ok)
|
||||||
{
|
{
|
||||||
DBS (DB_IMPLICIT,
|
DBS (DB_IMPLICIT,
|
||||||
(_("Looking for a rule with %s file '%s'.\n"),
|
(d->is_explicit
|
||||||
d->is_explicit ? "explicit" : "intermediate",
|
? _("Looking for a rule with explicit file '%s'.\n")
|
||||||
|
: _("Looking for a rule with intermediate file '%s'.\n"),
|
||||||
d->name));
|
d->name));
|
||||||
|
|
||||||
if (int_file == 0)
|
if (int_file == 0)
|
||||||
|
|
Loading…
Reference in a new issue