build: automatically run autogen-waf.sh when needed
authorAndrew Tridgell <tridge@samba.org>
Mon, 26 Apr 2010 03:24:10 +0000 (13:24 +1000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 26 Apr 2010 04:36:55 +0000 (14:36 +1000)
buildtools/scripts/Makefile.waf

index a517bae3b591bde93278b9e0126e9171469137fb..e40b6352c848876bcad5cfe9d135a26fee72b246 100644 (file)
@@ -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