makedepend: command not found解决方案:修改MakefileMAKEDEPEND=$(CC) -M参考:When I set CROSS_COMPILE, `MAKEDEPEND=makedepend` breaks. To fix it, I open the Makefile and change it to `MAKEDEPEND=$(CC) -M`.