summaryrefslogtreecommitdiff
path: root/remake.c
diff options
context:
space:
mode:
Diffstat (limited to 'remake.c')
-rw-r--r--remake.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remake.c b/remake.c
index 182cc8c..4242e2f 100644
--- a/remake.c
+++ b/remake.c
@@ -264,9 +264,9 @@ static void
no_rule_error(file)
struct file *file;
{
- static const char msg_noparent[]
+ const char *msg_noparent
= _("%sNo rule to make target `%s'%s");
- static const char msg_parent[]
+ const char *msg_parent
= _("%sNo rule to make target `%s', needed by `%s'%s");
if (keep_going_flag || file->dontcare)