genxml: avoid using a GNU make pattern rule
authorJonathan Gray <jsg@jsg.id.au>
Sun, 16 Oct 2016 05:41:55 +0000 (16:41 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Tue, 18 Oct 2016 16:06:42 +0000 (17:06 +0100)
commit27572db46ddff6f51773a800b2d50ad3be609a91
treecab0c532f9b34214ac61b9a3d99098bae4313744
parent9898c60745504ade362711c4d6d0466f45268367
genxml: avoid using a GNU make pattern rule

% pattern rules are a GNU extension.  Convert the use of one to a
inference rule to allow this to build on OpenBSD.

This is a related change to the one made in
e3d43dc5eae5271e2c87bab702aa7409d3dd0b23

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/intel/Makefile.genxml.am