diff options
author | Andreas Schneider <asn@samba.org> | 2012-01-18 12:19:15 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2012-01-25 11:58:27 +0100 |
commit | f6c3eab2a6756351f48fd03ccb16eac7f7a4d5d5 (patch) | |
tree | 3d17115b47f5249b859782891da7fd6bd7c7f80f /source3 | |
parent | 6822baa2920f30374ec84363497d97e24f359fab (diff) | |
download | samba-f6c3eab2a6756351f48fd03ccb16eac7f7a4d5d5.tar.gz samba-f6c3eab2a6756351f48fd03ccb16eac7f7a4d5d5.tar.bz2 samba-f6c3eab2a6756351f48fd03ccb16eac7f7a4d5d5.zip |
s3-waf: Don't link param_service against USER_UTIL twice.
Diffstat (limited to 'source3')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index c12b63d93a..55107ea0d9 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -748,7 +748,7 @@ bld.SAMBA3_PYTHON('pys3param', bld.SAMBA3_SUBSYSTEM('param_service', source='param/service.c', - deps = 'USER_UTIL param USER_UTIL PRINTING') + deps = 'USER_UTIL param PRINTING') bld.SAMBA3_SUBSYSTEM('REGFIO', source=REGFIO_SRC, |