From 670427a4d4f81a76bb4727ecddcdf5e12f1ac141 Mon Sep 17 00:00:00 2001 From: asavah Date: Wed, 19 May 2021 23:58:02 +0300 Subject: [PATCH] man: prevent race condition when generating systemd.directives.xml --- man/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/man/meson.build b/man/meson.build index ff36d26cb4f..900bb2a3afc 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] -- 2.47.3