mesa/es: Improve Makefile rules.
authorChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 03:03:20 +0000 (11:03 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Sun, 24 Jan 2010 12:15:25 +0000 (20:15 +0800)
commit7be4d6b5f7ee8ccf8a5dfc117b348c2a165d4054
tree15fe4b2486d02527c694ee323c6f4ce5df85c547
parente9bb06441eb4a50e9927dcc09289ec63b0e2cf0a
mesa/es: Improve Makefile rules.

Make sure glapi headers are cleaned when "make clean".  Make sure all
sources depend on subdirs-stamp-tmp so that sources/headers are
generated first.

subdirs-stamp-tmp will be removed after a successful build.  It might be
a problem when a build fails.  But it is much better than where we
currently are: glapi headers are never cleaned or re-generated.
src/mesa/es/Makefile
src/mesa/es/glapi/Makefile