From 065e3e250907a88a253477714fd47baffa6337df Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 1 Mar 2010 08:36:07 +1100 Subject: build: using deps= for deps is clearer --- lib/replace/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') 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') -- cgit