From 0a47bf5f15c8fc083125a90cf73ad1a04dc61e48 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 26 Apr 2010 13:24:10 +1000 Subject: build: automatically run autogen-waf.sh when needed --- buildtools/scripts/Makefile.waf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'buildtools/scripts') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index a517bae3b5..e40b6352c8 100644 --- a/buildtools/scripts/Makefile.waf +++ b/buildtools/scripts/Makefile.waf @@ -45,9 +45,7 @@ ctags: $(WAF) ctags configure: autogen-waf.sh BUILDTOOLS/scripts/configure.waf - @echo "please run ./autogen-waf.sh to regenerate $@" - @-false + ./autogen-waf.sh Makefile: autogen-waf.sh configure BUILDTOOLS/scripts/Makefile.waf - @echo "please run ./autogen-waf.sh to regenerate $@" - @false + ./autogen-waf.sh -- cgit