summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_deps.py
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-30 11:38:55 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:17 +1000
commit2277134e8ed0acf1c39768223e269c17add5ae3f (patch)
tree889054375829017f5838fce9bc8db27c438e2406 /buildtools/wafsamba/samba_deps.py
parent172b8c55f751c1f295dc75ae6143b158d6101228 (diff)
downloadsamba-2277134e8ed0acf1c39768223e269c17add5ae3f.tar.gz
samba-2277134e8ed0acf1c39768223e269c17add5ae3f.tar.bz2
samba-2277134e8ed0acf1c39768223e269c17add5ae3f.zip
build: removed debug line
Diffstat (limited to 'buildtools/wafsamba/samba_deps.py')
-rw-r--r--buildtools/wafsamba/samba_deps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_deps.py b/buildtools/wafsamba/samba_deps.py
index bc9325f214..56b971a447 100644
--- a/buildtools/wafsamba/samba_deps.py
+++ b/buildtools/wafsamba/samba_deps.py
@@ -336,7 +336,6 @@ def build_direct_deps(bld, tgt_list):
t.direct_syslibs.add(d)
if d in syslib_deps:
for implied in TO_LIST(syslib_deps[d]):
- print("Adding implied lib %s to %s" % (implied, t.sname))
t.direct_libs.add(implied)
continue
t2 = bld.name_to_obj(d, bld.env)