Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Makefile): evaluate composer prerequisits during build
`ifeq (, $(wildcard $(BUILD_TOOLS_DIR)/composer.phar))` is evaluated before any targets are build. Therefore the file still exists. It is only removed later when the `dist-clean` target is build. Use a file prerequisit instead. This is evaluated when the target is build. Signed-off-by: Max <[email protected]>
- Loading branch information