diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-01 08:36:07 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:39 +1000 |
commit | 065e3e250907a88a253477714fd47baffa6337df (patch) | |
tree | 58d0d70039a28a2e2149edcb9db66dfeeae1bb45 /lib/replace/wscript | |
parent | bc39054bc3da62ef6220f2bdae36ea9f9096da47 (diff) | |
download | samba-065e3e250907a88a253477714fd47baffa6337df.tar.gz samba-065e3e250907a88a253477714fd47baffa6337df.tar.bz2 samba-065e3e250907a88a253477714fd47baffa6337df.zip |
build: using deps= for deps is clearer
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r-- | lib/replace/wscript | 2 |
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') |