build: fix quotation of deps for 'param' subsystem.
authorMichael Adam <obnox@samba.org>
Fri, 3 Jul 2015 10:12:44 +0000 (12:12 +0200)
committerMartin Schwenke <martins@samba.org>
Wed, 9 Sep 2015 08:12:21 +0000 (10:12 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source3/wscript_build

index f6351bf56fd24af3a08e5e72cd101975a440ee87..49e18ddfe3a35fb8eb00ae7a13199dee2789c086 100755 (executable)
@@ -171,7 +171,7 @@ bld.SAMBA3_SUBSYSTEM('param',
                    lib/sharesec.c
                    lib/ldap_debug_handler.c
                    lib/util_names.c''',
-                   deps='samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local.h param_global.h cups''')
+                   deps='''samba-util PARAM_UTIL ldap lber LOADPARM_CTX samba3core smbconf param_local.h param_global.h cups''')
 
 # this includes only the low level parse code, not stuff
 # that requires knowledge of security contexts