mesa: rename format_info.c to format_info.h
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Mar 2015 15:58:17 +0000 (15:58 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 14:45:54 +0000 (14:45 +0000)
commit3f6c28f2a976e35128b7a4a513cfa60af00301e1
treee44a3c52ec55f6ff396e9ca17582c57a18d4003a
parentabae3434c42ce55d0aa26443e52fea98cc7cfe32
mesa: rename format_info.c to format_info.h

The file is auto-generated, and #included by formats.c. Let's rename it
to reflect the latter. This will also help up fix the dependency
tracking by adding it to the _SOURCES variable, without the side effect
of it being compiled (twice).

v2: Update .gitignore to reflect the rename.

Cc: "10.4, 10.5" <mesa-stable@lists.freedesktop.org>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/Android.gen.mk
src/mesa/Makefile.am
src/mesa/SConscript
src/mesa/main/.gitignore
src/mesa/main/formats.c