From 41d818e8d82537d2f05b39f152593fc9a2a034d8 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 24 Sep 2013 20:06:37 +0200 Subject: build: get rid of vars=locals() in source3/modules/wscript_build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Adam Reviewed-by: Günther Deschner --- source3/modules/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/modules') diff --git a/source3/modules/wscript_build b/source3/modules/wscript_build index 5496ef37f9..32e541fdce 100644 --- a/source3/modules/wscript_build +++ b/source3/modules/wscript_build @@ -15,8 +15,7 @@ bld.SAMBA3_SUBSYSTEM('VFS_AIXACL_UTIL', bld.SAMBA3_SUBSYSTEM('vfs', source='', - deps='smbd_base', - vars=locals()) + deps='smbd_base') bld.SAMBA3_MODULE('vfs_default', subsystem='vfs', -- cgit