From 0daba6f4cf617d777f27be47861e670eff5b6db4 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 24 Sep 2022 11:01:41 -0700 Subject: [PATCH v15 13/14] meson: Remove non-binary targets added to bin_targets. --- src/bin/psql/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/psql/meson.build b/src/bin/psql/meson.build index 8ec07260d1b..a4c46bf5385 100644 --- a/src/bin/psql/meson.build +++ b/src/bin/psql/meson.build @@ -21,7 +21,6 @@ psqlscanslash = custom_target('psqlscanslash', command: [flex_cmd, '--no-backup', '--fix-warnings', '--', '-Cfe', '-p', '-p']) generated_sources += psqlscanslash psql_sources += psqlscanslash -bin_targets += psqlscanslash sql_help = custom_target('psql_help', output: ['sql_help.c', 'sql_help.h'], @@ -36,7 +35,6 @@ sql_help = custom_target('psql_help', ) generated_sources += sql_help.to_list() psql_sources += sql_help -bin_targets += sql_help if host_system == 'windows' psql_sources += rc_bin_gen.process(win32ver_rc, extra_args: [ -- 2.37.3.542.gdd3f6c4cae