Re: [Mesa-dev] [PATCH] glapi: avoid using $< in non-suffix make rules

2017-03-17 Thread Emil Velikov
On 17 March 2017 at 06:10, Jonathan Gray wrote: > Using $< in non-suffix make rules is a GNU extension. Explicitly use > the name of the python script to fix the build on OpenBSD. > Thanks Jonathan. R-b and pushed to master. -Emil ___ mesa-dev mailing

[Mesa-dev] [PATCH] glapi: avoid using $< in non-suffix make rules

2017-03-16 Thread Jonathan Gray
Using $< in non-suffix make rules is a GNU extension. Explicitly use the name of the python script to fix the build on OpenBSD. Signed-off-by: Jonathan Gray --- src/mapi/glapi/gen/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/Makefile.am