drop .version on autoconf step

Change-Id: I25a73ed5537d025607cb7a1bedf0e50fd1c2a654
This commit is contained in:
Neels Hofmeyr 2017-11-14 09:42:57 +01:00
parent d8055382e9
commit 7f586cf5d3
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
.make.{proj}.autoconf: .make.{proj}.clone {src_proj}/configure.ac
@echo "\n\n\n===== $@\n"
-rm {src_proj}/.version
cd {src_proj}; autoreconf -fi
touch $@