glapi: avoid using $< in non-suffix make rules
authorJonathan Gray <jsg@jsg.id.au>
Fri, 17 Mar 2017 06:10:22 +0000 (17:10 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Fri, 17 Mar 2017 13:06:26 +0000 (13:06 +0000)
commit9e8d6ba1d678a211e309310c09e71f835f2046d8
treee6f3b3e902fa6a68f2af5dc950b581a6cea47c2f
parentce4058dafd2dd283addaa99e8d5b51e53f634f9b
glapi: avoid using $< in non-suffix make rules

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 <jsg@jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov@collabore.com>
src/mapi/glapi/gen/Makefile.am