summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-05-06 15:31:48 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-05-07 18:34:00 +0200
commit169aabae702c2ff7d5c59d387265dd842784bd36 (patch)
tree59c7c9d6f8d4af054f809375aef2e44df4e86a75 /source3/Makefile.in
parent95421552be87d17353ba5a351a096e2b4bfdfae8 (diff)
downloadsamba-169aabae702c2ff7d5c59d387265dd842784bd36.tar.gz
samba-169aabae702c2ff7d5c59d387265dd842784bd36.tar.bz2
samba-169aabae702c2ff7d5c59d387265dd842784bd36.zip
s3-merged: Use newly added waf reconfigure subcommand.
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 11b5e5343c..fd7c53d9e4 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3218,7 +3218,7 @@ clean_libnetapi_examples:
cd ../source4 && ./autogen.sh
samba4-configure:
- @test -f ../source4/.lock-wscript || ( cd ../source4 && ./configure.developer --prefix="$(prefix)")
+ @$(MAKE) -C ../source4 reconfigure || ( cd ../source4 && ./configure --enable-auto-reconfigure --prefix="$(prefix)" )
.PHONY: samba4-configure