OSDN Git Service

Remove redundant osmesa shared library install from Makefile.old
authorJon TURNEY <jon.turney@dronecode.org.uk>
Tue, 10 Jul 2012 15:33:40 +0000 (16:33 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Wed, 25 Jul 2012 11:41:07 +0000 (12:41 +0100)
commitf9089f40224b8680bd5cfc2cba509d2c709cf403
treed116d2adb58d0795ff42c76ccdcb027b5cd9ca01
parentbd4a3cce968566b639d21a6463ffdbbac83e4274
Remove redundant osmesa shared library install from Makefile.old

Since osmesa now has been converted to Makefile.am, an appropriate install: rule
is generated to install the shared libary, so we no longer need to do that in
src/mesa/Makefile.old

This leaves nothing in src/mesa/Makefile.old but the tags: rule, so move that to
Makefile.am and remove Makefile.old

Also, nothing now uses OSMESA_LIB_GLOB anymore, so remove it

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
configs/current.in
configs/default
configure.ac
src/mesa/Makefile.am
src/mesa/Makefile.old [deleted file]