]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: fix copy & past error
authorKarel Zak <kzak@redhat.com>
Mon, 6 Nov 2023 21:16:47 +0000 (22:16 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 20 Nov 2023 21:25:47 +0000 (22:25 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libsmartcols/meson.build

index 25f1a43ebcca65dfffad6cf0c5f5672194c71b5b..d210a6d6a135c579cd153c1cb5129055ee137b53 100644 (file)
@@ -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 = '''