gen_makefile: mark project name as phony target

changes/40/11140/1
Neels Hofmeyr 5 years ago
parent f6078c49c0
commit 6d16ae9bad

@ -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

Loading…
Cancel
Save