From 6fc487564af52bdce2fd06c27616d58960a69521 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 19 Nov 2025 11:21:37 +0100 Subject: [PATCH] meson: drop unnessary variable --- src/test/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/meson.build b/src/test/meson.build index f5b13368844..c76b2d16172 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -1,8 +1,7 @@ # SPDX-License-Identifier: LGPL-2.1-or-later -awkscript = 'test-hashmap-ordered.awk' test_hashmap_ordered_c = custom_target( - input : [awkscript, 'test-hashmap-plain.c'], + input : ['test-hashmap-ordered.awk', 'test-hashmap-plain.c'], output : 'test-hashmap-ordered.c', command : [awk, '-f', '@INPUT0@', '@INPUT1@'], capture : true, -- 2.47.3