diff options
author | Thomas White <taw@physics.org> | 2019-02-03 18:23:52 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-05-16 15:15:49 +0200 |
commit | a21a13fe9a722b7d607c45fcbd19ff0bb154e621 (patch) | |
tree | ea3fe05828a915eaebd79cf45050c1fd8cd519c0 | |
parent | 419794f27cc898ef423a697c996099839a85f040 (diff) |
Tidy up some stuff
-rw-r--r-- | meson.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 10c5dc29..b52c1edb 100644 --- a/meson.build +++ b/meson.build @@ -158,8 +158,7 @@ quote_fmt_parse_c = custom_target('quote_fmt_parse.tab.c', quote_fmt_c = custom_target('quote_fmt.c', output : ['quote_fmt.c', 'quote_fmt.h'], - input : 'src/quote_fmt_lex.l', - depends : quote_fmt_parse_c, + input : ['src/quote_fmt_lex.l', quote_fmt_parse_c], command : [flex, '--outfile=@OUTPUT0@', '--header-file=@OUTPUT1@', '-P', 'quote_fmt', @@ -253,7 +252,6 @@ executable('sylpheed', 'src/prefs_ui.c', 'src/printing.c', 'src/progressdialog.c', - quote_fmt_parse_c, quote_fmt_c, 'src/query_search.c', 'src/quick_search.c', |