summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
authorasavah <asavah@avh.od.ua>2021-05-19 23:58:02 +0300
committerLuca Boccassi <luca.boccassi@gmail.com>2021-05-20 20:49:50 +0100
commit670427a4d4f81a76bb4727ecddcdf5e12f1ac141 (patch)
tree3bf3143e3f9bd24531398bb986e2b64d268fb2ed /man/meson.build
parent9d54c9a3d9deef33d0e42ed26e6510f2afb0552b (diff)
downloadsystemd-670427a4d4f81a76bb4727ecddcdf5e12f1ac141.tar.gz
man: prevent race condition when generating systemd.directives.xml
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/man/meson.build b/man/meson.build
index ff36d26cb4..900bb2a3af 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -113,6 +113,7 @@ systemd_directives_xml = custom_target(
'systemd.directives.xml',
input : ['directives-template.xml', source_xml_files],
output : 'systemd.directives.xml',
+ depends : custom_entities_ent,
command : [make_directive_index_py, '@OUTPUT@', '@INPUT@'])
nonindex_xml_files = source_xml_files + [systemd_directives_xml]