makefile: fix .so build rule
authorJohn Koleszar <jkoleszar@google.com>
Tue, 24 Jul 2012 23:18:38 +0000 (16:18 -0700)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 24 Jul 2012 23:18:38 +0000 (16:18 -0700)
commitdcb52c0f68d402b96a0bac30be449a79668b2e12
tree9756b13a542e199e53ac946c2b6659cdf42165ef
parent3053b4b030bba0ac0d19f81061c28342e63a6b3f
makefile: fix .so build rule

Use $^ vs $? to capture all prerequisites, rather than only newer ones.

Change-Id: I464ffb2913cf60f5ca5e07518ad4bf7da10baf87
build/make/Makefile