From 211bf1ea170966eb283e45339806ac45aec44d58 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 21:47:00 +1000 Subject: s4-waf: removed the unused installdir= option to SAMBA_BINARY() This was left over from the automatic conversion of the config.mk files --- source4/lib/registry/wscript_build | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source4/lib/registry/wscript_build') diff --git a/source4/lib/registry/wscript_build b/source4/lib/registry/wscript_build index 66f2aa86d5..1b34f7963f 100644 --- a/source4/lib/registry/wscript_build +++ b/source4/lib/registry/wscript_build @@ -29,7 +29,6 @@ bld.SAMBA_SUBSYSTEM('registry_common', bld.SAMBA_BINARY('regdiff', source='tools/regdiff.c', manpages='man/regdiff.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS' ) @@ -37,7 +36,6 @@ bld.SAMBA_BINARY('regdiff', bld.SAMBA_BINARY('regpatch', source='tools/regpatch.c', manpages='man/regpatch.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG registry popt POPT_SAMBA POPT_CREDENTIALS registry_common' ) @@ -45,7 +43,6 @@ bld.SAMBA_BINARY('regpatch', bld.SAMBA_BINARY('regshell', source='tools/regshell.c', manpages='man/regshell.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS SMBREADLINE registry_common' ) @@ -53,7 +50,6 @@ bld.SAMBA_BINARY('regshell', bld.SAMBA_BINARY('regtree', source='tools/regtree.c', manpages='man/regtree.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG popt registry POPT_SAMBA POPT_CREDENTIALS registry_common' ) -- cgit