Don't use recursive make for verify target
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Mon, 1 Dec 2008 22:19:25 +0000 (14:19 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 1 Dec 2008 22:19:25 +0000 (14:19 -0800)
commitc3f6c61942fe5196c3fc74d0d761b11239003f66
treefe05a4127a79f01e2398cc6e290bbaa0be16cafe
parentd8c8af1d39a3196c939a23d3690e52a93d7dd6c0
Don't use recursive make for verify target

This makes the build more parallel since regdbdump.o build and link
can happen in parallel with the keys generation and the build of the
rest of the units.

Signed-off-by: Diego E. 'Flameeyes' Pettenò <flameeyes@gmail.com>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Makefile