svn commit: samba r15284 - in branches/SAMBA_4_0/source/build/smb_build: .

jelmer at samba.org jelmer at samba.org
Wed Apr 26 15:55:04 GMT 2006


Author: jelmer
Date: 2006-04-26 15:55:04 +0000 (Wed, 26 Apr 2006)
New Revision: 15284

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15284

Log:
Fix dot generation

Modified:
   branches/SAMBA_4_0/source/build/smb_build/dot.pl


Changeset:
Modified: branches/SAMBA_4_0/source/build/smb_build/dot.pl
===================================================================
--- branches/SAMBA_4_0/source/build/smb_build/dot.pl	2006-04-26 15:41:25 UTC (rev 15283)
+++ branches/SAMBA_4_0/source/build/smb_build/dot.pl	2006-04-26 15:55:04 UTC (rev 15284)
@@ -22,7 +22,7 @@
 }
 
 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";



More information about the samba-cvs mailing list