Skip to content

Commit a075c61

Browse files
committed
meson: Remove non-binary targets accidentally added to bin_targets
1 parent 6d6e136 commit a075c61

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/bin/psql/meson.build

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ psqlscanslash = custom_target('psqlscanslash',
2121
command: [flex_cmd, '--no-backup', '--fix-warnings', '--', '-Cfe', '-p', '-p'])
2222
generated_sources += psqlscanslash
2323
psql_sources += psqlscanslash
24-
bin_targets += psqlscanslash
2524

2625
sql_help = custom_target('psql_help',
2726
output: ['sql_help.c', 'sql_help.h'],
@@ -36,7 +35,6 @@ sql_help = custom_target('psql_help',
3635
)
3736
generated_sources += sql_help.to_list()
3837
psql_sources += sql_help
39-
bin_targets += sql_help
4038

4139
psql = executable('psql',
4240
psql_sources,

0 commit comments

Comments
 (0)