Prevent makedepend from running multiple times
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 6 May 2008 21:27:57 +0000 (14:27 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 6 May 2008 21:29:10 +0000 (14:29 -0700)
commit9f948b8c335b099b305b55a2c176841a0354cdad
tree83e3fa69a6e1ccf788d2c9bd832f034cabf4581b
parentc5e2b850ad53fcd1af62c838f8ee288e8ea9fb3d
Prevent makedepend from running multiple times

The default target in src/mesa/Makefile calls a recursive $(MAKE). With
parallel jobs, this causes makedepend to run twice. Instead, block on
the first make until depend has been created.
src/mesa/Makefile