mirror of
https://github.com/mirror/make.git
synced 2026-08-08 09:01:05 +00:00
* src/implicit.c (pattern_search): Fix text for easier translation.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user