gen_makefile: mark project name as phony target

This commit is contained in:
Neels Hofmeyr 2018-09-04 14:36:15 +02:00
parent f6078c49c0
commit 6d16ae9bad
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ def gen_make(proj, deps, configure_opts, jobs, make_dir, src_dir, build_dir, url
sync
touch $@
.PHONY: {proj}
{proj}: .make.{proj}.install
.PHONY: {proj}-reinstall