summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-26 13:24:10 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-26 14:36:55 +1000
commit0a47bf5f15c8fc083125a90cf73ad1a04dc61e48 (patch)
treea649ec7d59aa0f3faf2b67b7fa778cae92b2723a /buildtools/scripts
parentb0396807d0b357d238ef211275d25cb1852e7fdf (diff)
downloadsamba-0a47bf5f15c8fc083125a90cf73ad1a04dc61e48.tar.gz
samba-0a47bf5f15c8fc083125a90cf73ad1a04dc61e48.tar.bz2
samba-0a47bf5f15c8fc083125a90cf73ad1a04dc61e48.zip
build: automatically run autogen-waf.sh when needed
Diffstat (limited to 'buildtools/scripts')
-rw-r--r--buildtools/scripts/Makefile.waf6
1 files changed, 2 insertions, 4 deletions
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