scons: Fix dependencies of marshal_generated.[ch].
authorJose Fonseca <jfonseca@vmware.com>
Sun, 26 Mar 2017 20:28:29 +0000 (21:28 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 26 Mar 2017 20:30:34 +0000 (21:30 +0100)
commit2ba991cbcd809bfdebf42f2df3b94f27439412d4
treee6d3ae6d170f14d4db63b28008e58693ebe5b605
parent641f629536c2daf6112fe9d5b904c012bb07b912
scons: Fix dependencies of marshal_generated.[ch].

These generated source files depend not only upon gl_and_es_API.xml, but
all other XML files that are included by it.

This change updates the generation rules to depend on all gen/*.xml
files, like done for other SCons generation rules, and should fix
incremental broken SCons builds due to missing dependencies.

Trivial.
src/mesa/SConscript