From b5c34d6bf18b2b0433d28c8124eb75d64db6867a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 4 Jan 2021 23:57:52 +0900 Subject: [PATCH] meson: drop unused variable --- src/shared/meson.build | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/shared/meson.build b/src/shared/meson.build index dd2e82c0bcb..0f50522b6a5 100644 --- a/src/shared/meson.build +++ b/src/shared/meson.build @@ -281,12 +281,13 @@ shared_sources = files(''' '''.split()) if get_option('tests') != 'false' - shared_sources += files('tests.c', 'tests.h') + shared_sources += files(''' + test-tables.h + tests.c + tests.h + '''.split()) endif -test_tables_h = files('test-tables.h') -shared_sources += test_tables_h - generate_syscall_list = find_program('generate-syscall-list.py') fname = 'syscall-list.h' syscall_list_h = custom_target( -- 2.47.3