diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-05 11:54:40 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-05 11:54:40 +0000 |
commit | e03de5cd46dcf04748d78d22e78e45ce954127ed (patch) | |
tree | 1dccaef3dec827daf1e829cacad1d3e4b718ab27 /helpcontent2/helpers/createmakefile.pl | |
parent | a38163f6508049977acd7a6aae8ac5b8ce130777 (diff) |
INTEGRATION: CWS hcshared04 (1.10.122); FILE MERGED
2006/08/11 13:44:15 fpe 1.10.122.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/helpers/createmakefile.pl')
-rw-r--r-- | helpcontent2/helpers/createmakefile.pl | 2 |
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"; |