summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/build/smb_build/dot.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/dot.pl b/source4/build/smb_build/dot.pl
index ccf098722f..9ecbc8a7b1 100755
--- a/source4/build/smb_build/dot.pl
+++ b/source4/build/smb_build/dot.pl
@@ -24,7 +24,7 @@ sub generate($)
my $INPUT = {};
smb_build::config_mk::run_config_mk($INPUT, "main.mk");
-print __FILE__.": creating samba4-deps.dot";
+print __FILE__.": creating samba4-deps.dot\n";
open DOTTY, ">samba4-deps.dot";
print DOTTY generate($INPUT);
close DOTTY;