-
- Downloads
Makefile: include .depend as a dependency
Use -include directive to tell Make that Make itself has to create the .depend file. Therefore, add a .depend target in addition to the phony depend target.
Please register or sign in to comment
Use -include directive to tell Make that Make itself has to create the .depend file. Therefore, add a .depend target in addition to the phony depend target.