summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/draw/draw_vs.c
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2012-12-05 21:34:26 -0800
committerChad Versace <chad.versace@linux.intel.com>2012-12-05 23:06:16 -0800
commit45a01cba907f3d260b14b79285449eb81cc02285 (patch)
treef359025cdee7c5c7d124f63f1a85ee317aad3bc7 /src/gallium/auxiliary/draw/draw_vs.c
parent77b26564c3f0395bf3e744abbf6d0e7aa9d2c8da (diff)
downloadexternal_mesa3d-45a01cba907f3d260b14b79285449eb81cc02285.zip
external_mesa3d-45a01cba907f3d260b14b79285449eb81cc02285.tar.gz
external_mesa3d-45a01cba907f3d260b14b79285449eb81cc02285.tar.bz2
android: Fix build of libmesa_program
Commit 4097308 fixed the build in a questionable way. It worked at the time, but, as Ian pointed out, the fix would likely fail at a future commit due to the indeterminism of parallel builds. And that's exactly what happened; the fix no longer works. `mm -j4` on Fedora 17 fails for me. The problem is that there is no rule for program_parse.tab.h. To fix that, this patch adds a rule that makes program_parse.tab.c depend on program_parse.tab.h. Technically, the c file does not depend on the h file. However, because the two files are generated together by a single invocation of Bison, any rule that forces execution of Bison is sufficient. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs.c')
0 files changed, 0 insertions, 0 deletions