diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-26 15:55:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:02 -0500 |
commit | bd556984f4bc984cef096a0d8e31311fa901ecfe (patch) | |
tree | a4e783af44925468464d66e1e1df7e1a283472c5 /source4/build/smb_build | |
parent | b15a42e925a5cd86662b1a4d7aa014254e29cb8a (diff) | |
download | samba-bd556984f4bc984cef096a0d8e31311fa901ecfe.tar.gz samba-bd556984f4bc984cef096a0d8e31311fa901ecfe.tar.bz2 samba-bd556984f4bc984cef096a0d8e31311fa901ecfe.zip |
r15284: Fix dot generation
(This used to be commit 5907a237e1f704e54411420c71ce568db729ec90)
Diffstat (limited to 'source4/build/smb_build')
-rwxr-xr-x | source4/build/smb_build/dot.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/smb_build/dot.pl b/source4/build/smb_build/dot.pl index e7b0985f11..6abb5bdb43 100755 --- a/source4/build/smb_build/dot.pl +++ b/source4/build/smb_build/dot.pl @@ -22,7 +22,7 @@ sub generate($) } my $INPUT = {}; -smb_build::config_mk::run_config_mk($INPUT, '.', "main.mk"); +smb_build::config_mk::run_config_mk($INPUT, '.', '.', "main.mk"); print __FILE__.": creating samba4-deps.dot\n"; open DOTTY, ">samba4-deps.dot"; |