From: Jelmer Vernooij Date: Fri, 7 May 2010 16:30:46 +0000 (+0200) Subject: s3-merged: Make sure bin/ exists when copying in bin/smbtorture4. X-Git-Tag: samba-3.6.0pre1~2172 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=961993bc9126a85338303034718341576e783761;p=thirdparty%2Fsamba.git s3-merged: Make sure bin/ exists when copying in bin/smbtorture4. --- diff --git a/source3/Makefile.in b/source3/Makefile.in index fd7c53d9e43..3184d03ccbb 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3222,7 +3222,7 @@ samba4-configure: .PHONY: samba4-configure -bin/smbtorture4: samba4-configure +bin/smbtorture4: $(BINARY_PREREQS) samba4-configure cd ../source4 && ../buildtools/bin/waf build --targets=smbtorture cp ../source4/bin/smbtorture bin/smbtorture4