Re: [PATCH 02/26] meson: Move disas/tci.c to disas/meson.build

2021-03-13 Thread Richard Henderson
On 3/10/21 6:21 PM, Richard Henderson wrote: There's no reason to do this in the main meson.build. Signed-off-by: Richard Henderson --- meson.build | 1 - disas/meson.build | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) I'm going to drop this one because it conflicts with th

Re: [PATCH 02/26] meson: Move disas/tci.c to disas/meson.build

2021-03-13 Thread Philippe Mathieu-Daudé
On 3/11/21 1:21 AM, Richard Henderson wrote: > There's no reason to do this in the main meson.build. > > Signed-off-by: Richard Henderson > --- > meson.build | 1 - > disas/meson.build | 2 ++ > 2 files changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 02/26] meson: Move disas/tci.c to disas/meson.build

2021-03-10 Thread Richard Henderson
There's no reason to do this in the main meson.build. Signed-off-by: Richard Henderson --- meson.build | 1 - disas/meson.build | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 8bc472ddeb..f884a62682 100644 --- a/meson.build +++ b/meson.