projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf5cd83
)
scons: Force to consider the util/u_format_pack.py for util/u_format_table.c.
author
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 18:43:57 +0000
(19:43 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 31 Mar 2010 18:43:57 +0000
(19:43 +0100)
src/gallium/auxiliary/SConscript
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/SConscript
b/src/gallium/auxiliary/SConscript
index db2c13ce5bd73cbd89102e38396d24c282199623..0f1cc374c17c8c4b2fccb34647d669900635f547 100644
(file)
--- 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',