dynconfig: Fix deps, no talloc required
authorVolker Lendecke <vl@samba.org>
Mon, 12 Oct 2015 10:17:56 +0000 (12:17 +0200)
committerRalph Böhme <slow@samba.org>
Mon, 12 Oct 2015 15:06:04 +0000 (17:06 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Mon Oct 12 17:06:04 CEST 2015 on sn-devel-104

dynconfig/wscript

index 6410c38afa4cb4b08c5c7269679da6c5a667ca5f..606fbad5292d263b12e4bbec49acd1a05a64ca88 100755 (executable)
@@ -412,7 +412,7 @@ def build(bld):
     version_header = 'version.h'
     bld.SAMBA_SUBSYSTEM('DYNCONFIG',
                         'dynconfig.c',
-                        deps='replace talloc',
+                        deps='replace',
                         public_headers=os_path_relpath(os.path.join(Options.launch_dir, version_header), bld.curdir),
                         header_path='samba',
                         cflags=cflags)