rm .version with -f

This commit is contained in:
Neels Hofmeyr 2018-04-23 17:04:25 +02:00
parent 4d38c1e77b
commit 1fa9b2989e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,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
-rm -f {src_proj}/.version
cd {src_proj}; autoreconf -fi
touch $@