dri: Ensure subdirs have finished before linking driver
authorDan Nicholson <dbn.lists@gmail.com>
Mon, 9 Nov 2009 13:51:23 +0000 (05:51 -0800)
committerBrian Paul <brianp@vmware.com>
Tue, 17 Nov 2009 18:23:19 +0000 (11:23 -0700)
commitcf65d81cf1eb031384f7e8bfe849ce59c458f27e
treeb522bce48470749cf3ad22406299c0cb09ee1000
parent041cd0e110d41b543a0fe9cc484ae8373642912b
dri: Ensure subdirs have finished before linking driver

Recursive make is hard. If there are subdirectories in the DRI drivers,
it's pretty certain we want to finish building in them before linking
the driver. Add a new target to serialize the rules.

Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
src/mesa/drivers/dri/Makefile.template