diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-26 13:24:10 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-26 14:36:55 +1000 |
commit | 0a47bf5f15c8fc083125a90cf73ad1a04dc61e48 (patch) | |
tree | a649ec7d59aa0f3faf2b67b7fa778cae92b2723a /buildtools | |
parent | b0396807d0b357d238ef211275d25cb1852e7fdf (diff) | |
download | samba-0a47bf5f15c8fc083125a90cf73ad1a04dc61e48.tar.gz |
build: automatically run autogen-waf.sh when needed
Diffstat (limited to 'buildtools')
-rw-r--r-- | buildtools/scripts/Makefile.waf | 6 |
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 |