From 050ac6af9ce4a75d3782286fa268b7c3f584d4fe Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 15 Apr 2010 14:51:00 +0000 Subject: [PATCH] Fixed the case of an error message --- src/makefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makefile.c b/src/makefile.c index afffc73..666e254 100644 --- a/src/makefile.c +++ b/src/makefile.c @@ -1134,7 +1134,7 @@ static int _target_script(Configure * configure, FILE * fp, return 1; } if(configure->prefs->flags & PREFS_S) - error_set_print(PACKAGE, 0, "%s: %s%s%s", target, "the \"", + error_set_print(PACKAGE, 0, "%s: %s%s%s", target, "The \"", script, "\" script is executed while compiling"); if(configure->prefs->flags & PREFS_n)