From: Zbigniew Jędrzejewski-Szmek Date: Wed, 19 Nov 2025 10:21:37 +0000 (+0100) Subject: meson: drop unnessary variable X-Git-Tag: v259-rc2~71^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fc487564af52bdce2fd06c27616d58960a69521;p=thirdparty%2Fsystemd.git meson: drop unnessary variable --- 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,