summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--helpcontent2/helpers/createmakefile.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcontent2/helpers/createmakefile.pl b/helpcontent2/helpers/createmakefile.pl
index b8a554a9eb..16a9e62543 100644
--- a/helpcontent2/helpers/createmakefile.pl
+++ b/helpcontent2/helpers/createmakefile.pl
@@ -121,7 +121,7 @@ for $d(@dirs) {
close MK;
print "makefile created\n";
} else {
- &terminate("Cannot write to ${d}makefile.mk\n");
+ &terminate("Cannot write to ${d}/makefile.mk\n");
}
} else {
print "NO makefile created\n";