From b2276977058b8a434952b500a1a13dacfa9303ab Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 14 Feb 2019 16:04:33 +0100 Subject: Move prefix to flex/bison input files --- meson.build | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 6a03731..9515624 100644 --- a/meson.build +++ b/meson.build @@ -39,8 +39,7 @@ storycode_parse_ch = custom_target('storycode_parse.c', 'storycode_parse.h'], input : 'libstorycode/storycode.y', command : [bison, '--defines=@OUTPUT1@', - '-p', 'sc', - '--report=all', + '--report=all', '--output=@OUTPUT0@', '@INPUT@']) @@ -49,7 +48,6 @@ storycode_lex_c = custom_target('storycode_lex.c', input : ['libstorycode/storycode.l', storycode_parse_ch], command : [flex, '--outfile=@OUTPUT0@', '--header-file=@OUTPUT1@', - '-P', 'sc', '@INPUT@']) libstorycode = library('storycode', -- cgit v1.2.3