scons: Don't link program_lexer.l/y twice.
authorJose Fonseca <jfonseca@vmware.com>
Wed, 18 Mar 2015 14:22:41 +0000 (14:22 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 18 Mar 2015 21:51:54 +0000 (21:51 +0000)
commitd3e9aa8d88e6684235bb0be549551d1402ef8881
tree0f75e66db5251673b08d3a72edb839001979d086
parenta56f1a8b32a2cafdd4e46c0d48a1a252d0e3c0ae
scons: Don't link program_lexer.l/y twice.

program/lex.yy.c and program/program_parse.tab.c is already included in
the PROGRAM_FILES variable.

We still need to specify the dependency relationship though.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/SConscript