From 169aabae702c2ff7d5c59d387265dd842784bd36 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 6 May 2010 15:31:48 +0200 Subject: s3-merged: Use newly added waf reconfigure subcommand. --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') 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 -- cgit