1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

s3-merged: Use newly added waf reconfigure subcommand.

This commit is contained in:
Jelmer Vernooij 2010-05-06 15:31:48 +02:00
parent 95421552be
commit 169aabae70

View File

@ -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