commit | 0b3cac182ae7cb62b7c548b213d5cb5ff74a318e | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Wed Dec 08 11:29:19 2021 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Wed Dec 08 11:29:19 2021 +0000 |
tree | 0be3de2c97d8a086fecd5671c55aca0cee66da22 | |
parent | 9cc1f7229e079a4cf3ebbc8c419ee6f2c234f4be [diff] |
Makefile: Use FORCE instead of PHONY for wildcard targets PHONY does not support wildcards. Make the catch-all target depend on an unsatisfiable target instead. This was causing problems with targets that match a file name, like 'linux'. Test: make linux Change-Id: I306a94184f143f8f626d08eeb57fa2e561a884b5