Fix makefile dependencies to allow verity-static pass tests

verity-static previously wasn't building while WITH_CHROME=1
was set due to duplicate functions found during linking.
Previously the toolchain was having difficulty finding
the static libraries, but that problem seems to be fixed
and the dependencies in the makefile rule are no longer
needed to build.

BUG=chromium-os:25377
TEST=`emerge-x86-generic verity`
TEST=`cros_run_unit_tests -p verity`

Change-Id: I93d542c5da96f3f30a1ce479f9cfc993e4e888ca
Reviewed-on: https://gerrit.chromium.org/gerrit/15911
Reviewed-by: Sonny Rao <sonnyrao@chromium.org>
Tested-by: Sonny Rao <sonnyrao@chromium.org>
Commit-Ready: Sonny Rao <sonnyrao@chromium.org>
1 file changed