ac: rename ac_parse_ib.c -> ac_ib_parser.c

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26349>
This commit is contained in:
Marek Olšák 2023-11-24 03:57:15 -05:00 committed by Marge Bot
parent 95c933c8b7
commit c5fe2780e6
2 changed files with 2 additions and 2 deletions

View file

@ -134,8 +134,8 @@ libamd_common = static_library(
idep_amdgfxregs_h = declare_dependency(sources : [amdgfxregs_h])
executable(
'ac_parse_ib',
['ac_parse_ib.c'],
'ac_ib_parser',
['ac_ib_parser.c'],
link_with: [libamd_common],
include_directories : [
inc_amd, inc_include, inc_src,