glapi: Use make automatic variables to clean up the commands
authorDan Nicholson <dbn.lists@gmail.com>
Tue, 15 Jan 2008 18:15:36 +0000 (10:15 -0800)
committerDan Nicholson <dbn.lists@gmail.com>
Tue, 12 Feb 2008 14:43:23 +0000 (06:43 -0800)
commitfc67d47708eef27e129f4848896c6d10fbe32594
treeb28581c7a8daff055dd7f348d2161f60ed677032
parent817af9bec2f799b4b8449112d1a25aad70ca4d15
glapi: Use make automatic variables to clean up the commands

Make use of the make automatic variables $@ (the target) and $< (first
prerequisite) to clean up the commands for the glapi generation. This
improves readability and guards against typos since words are repeated
less frequently.
src/mesa/glapi/Makefile