Re: [Mesa-dev] [PATCH 5/8] build: Fix out-of-tree generation of builtin_function.cpp

2012-08-01 Thread Kenneth Graunke
On 08/01/2012 03:02 PM, Matt Turner wrote: > --- > I'm unsure about removing 'builtin/profiles/* ...' but they caused > the build to fail if they were there. > > src/glsl/Makefile.am |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/glsl/Makefile.am b/src/glsl/

[Mesa-dev] [PATCH 5/8] build: Fix out-of-tree generation of builtin_function.cpp

2012-08-01 Thread Matt Turner
--- I'm unsure about removing 'builtin/profiles/* ...' but they caused the build to fail if they were there. src/glsl/Makefile.am |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 0ab6672..c8c8f1c 100644 --- a/src/glsl/Ma