diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-05-06 15:31:48 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-05-07 18:34:00 +0200 |
commit | 169aabae702c2ff7d5c59d387265dd842784bd36 (patch) | |
tree | 59c7c9d6f8d4af054f809375aef2e44df4e86a75 | |
parent | 95421552be87d17353ba5a351a096e2b4bfdfae8 (diff) | |
download | samba-169aabae702c2ff7d5c59d387265dd842784bd36.tar.gz samba-169aabae702c2ff7d5c59d387265dd842784bd36.tar.bz2 samba-169aabae702c2ff7d5c59d387265dd842784bd36.zip |
s3-merged: Use newly added waf reconfigure subcommand.
-rw-r--r-- | source3/Makefile.in | 2 |
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 |