R3019 Circular dependency
Explanation: You specified a target file that depends on itself,
either directly or through a series of dependency rules. Circular
dependencies are not allowed.
Action: Check the make file resolving any such dependencies, and
run the make again.