Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that library dependencies work across Makefiles
Since the main Makefile doesn't know the dependencies for the nolibc and openlibm libraries, create intermediate phony targets. That scheme ensures, even when one library already exists, that: - when building a target that depend on that library, a recursive make is invoked to check that it is up-to-date, - if the recursive make doesn't update the library, the dependency on the library is not a reason to rebuild the target.
- Loading branch information