From: Karel Zak Date: Mon, 6 Nov 2023 21:16:47 +0000 (+0100) Subject: meson: fix copy & past error X-Git-Tag: v2.40-rc1~151^2~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=665304869c49d1d666b3c89d8633c2281f0ad03a;p=thirdparty%2Futil-linux.git meson: fix copy & past error Signed-off-by: Karel Zak --- diff --git a/libsmartcols/meson.build b/libsmartcols/meson.build index 25f1a43ebc..d210a6d6a1 100644 --- a/libsmartcols/meson.build +++ b/libsmartcols/meson.build @@ -20,7 +20,7 @@ scols_parser_c = scols_bison.process('src/filter-parser.y') scols_flex = generator( flex, output : ['@BASENAME@.c', '@BASENAME@.h'], - arguments : ['--outfile=@OUTPUT0@', '--header=@OUTPUT1@', '@INPUT@']) + arguments : ['--outfile=@OUTPUT0@', '--header-file=@OUTPUT1@', '@INPUT@']) scols_scanner_c = scols_flex.process('src/filter-scanner.l') lib_smartcols_sources = '''