summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-12-29 21:57:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:48:59 -0500
commite7303fc26737486b81978e3caa77dc202fac45fa (patch)
tree7f9392dfe206a6bd22ce902bf800ec6d886b447c /source4/build
parent19d606ce180d197dd8e7dec2f92427cd7722b0e3 (diff)
downloadsamba-e7303fc26737486b81978e3caa77dc202fac45fa.tar.gz
samba-e7303fc26737486b81978e3caa77dc202fac45fa.tar.bz2
samba-e7303fc26737486b81978e3caa77dc202fac45fa.zip
r12589: Add missing newline.
(This used to be commit 86fe24e606c72a21853b8f2cd0989bb1598ebf6a)
Diffstat (limited to 'source4/build')
-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;