summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-01 08:36:07 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:39 +1000
commit065e3e250907a88a253477714fd47baffa6337df (patch)
tree58d0d70039a28a2e2149edcb9db66dfeeae1bb45 /lib/replace
parentbc39054bc3da62ef6220f2bdae36ea9f9096da47 (diff)
downloadsamba-065e3e250907a88a253477714fd47baffa6337df.tar.gz
samba-065e3e250907a88a253477714fd47baffa6337df.tar.bz2
samba-065e3e250907a88a253477714fd47baffa6337df.zip
build: using deps= for deps is clearer
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript
index fa1d562582..5188a338af 100644
--- a/lib/replace/wscript
+++ b/lib/replace/wscript
@@ -189,7 +189,7 @@ def build(bld):
bld.SAMBA_BINARY('replace_testsuite',
TEST_SOURCES,
- 'replace')
+ deps='replace')
NET_SOURCES = []
if bld.CONFIG_SET('HAVE_INET_NTOA'): NET_SOURCES.append('inet_ntoa.c')