diff options
author | Emil Velikov <[email protected]> | 2015-03-02 15:58:17 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-03-05 14:45:54 +0000 |
commit | 3f6c28f2a976e35128b7a4a513cfa60af00301e1 (patch) | |
tree | e44a3c52ec55f6ff396e9ca17582c57a18d4003a /src/mesa/Android.gen.mk | |
parent | abae3434c42ce55d0aa26443e52fea98cc7cfe32 (diff) |
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" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/Android.gen.mk')
-rw-r--r-- | src/mesa/Android.gen.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk index c7b7f7edf30..caae2c107a1 100644 --- a/src/mesa/Android.gen.mk +++ b/src/mesa/Android.gen.mk @@ -122,5 +122,5 @@ format_info_deps := \ $(LOCAL_PATH)/main/format_parser.py \ $(FORMAT_INFO) -$(intermediates)/main/format_info.c: $(format_info_deps) +$(intermediates)/main/format_info.h: $(format_info_deps) @$(MESA_PYTHON2) $(FORMAT_INFO) $< > $@ |