i965: avoid using a GNU make pattern rule
authorJonathan Gray <jsg@jsg.id.au>
Thu, 16 Mar 2017 02:49:36 +0000 (13:49 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 16 Mar 2017 13:55:23 +0000 (13:55 +0000)
commitd2bb0c859062a3bc6ec92b4df7940375cc616b13
tree1d5e148a029bee81ed95f96dbfdb6c47dfac58d9
parentccb89e72aa177ee5f95a8f5985e5aab037bd2aa7
i965: avoid using a GNU make pattern rule

% pattern rules are a GNU extension.  As there is only one file here
avoid patterns and globbing entirely to fix the build on non-GNU make.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
v2 [Emil Velikov: brw_oa.py dependency]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/mesa/drivers/dri/i965/Makefile.am