From: José Fonseca Date: Wed, 31 Mar 2010 18:43:57 +0000 (+0100) Subject: scons: Force to consider the util/u_format_pack.py for util/u_format_table.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93eee0537f8245c376c5b6b641b3f1d12f993b0f;p=mesa.git scons: Force to consider the util/u_format_pack.py for util/u_format_table.c. --- diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index db2c13ce5bd..0f1cc374c17 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -29,6 +29,10 @@ env.CodeGenerate( source = ['util/u_format.csv'], command = 'python $SCRIPT $SOURCE > $TARGET' ) +env.Depends('util/u_format_table.c', [ + 'util/u_format_parse.py', + 'util/u_format_pack.py', +]) source = [ 'cso_cache/cso_context.c',