mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 23:56:58 +03:00
meson: Remove non-binary targets accidentally added to bin_targets
This commit is contained in:
parent
6d6e136872
commit
a075c616d2
@ -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
|
||||
|
||||
psql = executable('psql',
|
||||
psql_sources,
|
||||
|
Loading…
x
Reference in New Issue
Block a user