[Mesa-dev] [PATCH] scons: Fix dependencies of generated headers.

2013-01-21 Thread jfonseca
From: José Fonseca jfons...@vmware.com It appears that scons implicit dependency scanners fail to chain dependencies of generated headers when these are outside the build tree. This patch ensures generated source files are _always_ put in the build tree. I'm not 100% this will fix all depency

Re: [Mesa-dev] [PATCH] scons: Fix dependencies of generated headers.

2013-01-21 Thread Brian Paul
On 01/21/2013 10:57 AM, jfons...@vmware.com wrote: From: José Fonsecajfons...@vmware.com It appears that scons implicit dependency scanners fail to chain dependencies of generated headers when these are outside the build tree. This patch ensures generated source files are _always_ put in the