hi c++ gurus,

My old Makefile works fine.

Recently, I added link to a library into my Makefile. The problem now is that the code always recompile every file even if nothing changed. Something must be wrong in my Makefile.

The dependency looks fine to me.

Is there any quick thought on what would be the problem?
Thanks a lot for your inputs!

Jia