1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

build: automatically run autogen-waf.sh when needed

This commit is contained in:
Andrew Tridgell 2010-04-26 13:24:10 +10:00
parent b0396807d0
commit 0a47bf5f15

View 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