Re: [Mesa-dev] [PATCH] android: fix bison warning of conflicting outputs to file

2012-12-03 Thread Chad Versace
On 11/30/2012 09:58 AM, Ian Romanick wrote: On 11/29/2012 11:52 PM, gro...@gmail.com wrote: From: Adrian Marius Negreanu adrian.m.negre...@intel.com Bison -o parameter expects a .c file. The corresponding .h filename is obtained by removing the extension of the initial .c. This was

[Mesa-dev] [PATCH] android: fix bison warning of conflicting outputs to file

2012-11-30 Thread groleo
From: Adrian Marius Negreanu adrian.m.negre...@intel.com Bison -o parameter expects a .c file. The corresponding .h filename is obtained by removing the extension of the initial .c. This was breaking compilation on Ubuntu 12.04

Re: [Mesa-dev] [PATCH] android: fix bison warning of conflicting outputs to file

2012-11-30 Thread Tapani Pälli
On 11/30/2012 09:52 AM, gro...@gmail.com wrote: From: Adrian Marius Negreanu adrian.m.negre...@intel.com Bison -o parameter expects a .c file. The corresponding .h filename is obtained by removing the extension of the initial .c. This was breaking compilation on Ubuntu 12.04

Re: [Mesa-dev] [PATCH] android: fix bison warning of conflicting outputs to file

2012-11-30 Thread Ian Romanick
On 11/29/2012 11:52 PM, gro...@gmail.com wrote: From: Adrian Marius Negreanu adrian.m.negre...@intel.com Bison -o parameter expects a .c file. The corresponding .h filename is obtained by removing the extension of the initial .c. This was breaking compilation on Ubuntu 12.04