summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-05-07 18:30:46 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-05-07 18:34:00 +0200
commit961993bc9126a85338303034718341576e783761 (patch)
treefcec2daaab0f2c274021cd698c21bdd53905e8b3
parent169aabae702c2ff7d5c59d387265dd842784bd36 (diff)
downloadsamba-961993bc9126a85338303034718341576e783761.tar.gz
samba-961993bc9126a85338303034718341576e783761.tar.bz2
samba-961993bc9126a85338303034718341576e783761.zip
s3-merged: Make sure bin/ exists when copying in bin/smbtorture4.
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index fd7c53d9e4..3184d03ccb 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