Make make depend' needless
Implemented on r1153
But, maybe make depend' is required after adding some source files into Makefile.
Fixed the code not to generate objfile.dep every time after source code change on r1250
r1254 makes
make dependcommand to forcibly generates the dependency file.
Instead of invoking
on first build, build with only single 'make' command.