projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d6e136
)
meson: Remove non-binary targets accidentally added to bin_targets
author
Andres Freund
<andres@anarazel.de>
Sat, 24 Sep 2022 18:29:29 +0000
(11:29 -0700)
committer
Andres Freund
<andres@anarazel.de>
Sat, 24 Sep 2022 18:29:30 +0000
(11:29 -0700)
src/bin/psql/meson.build
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/meson.build
b/src/bin/psql/meson.build
index ea850c8fdf5e8b3911d3182d6321f72f1ba9e2d7..410788e4767f74685ae54bef079d68a035f3f151 100644
(file)
--- 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
psql = executable('psql',
psql_sources,