summaryrefslogtreecommitdiffstats
path: root/sysusers.d
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-06-23 03:27:07 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-06-23 03:27:07 +0200
commit525e9db3b31b5c9d1ed81607ee46fa68d37988cb (patch)
treeffaddcf4b408627af083efb1ff46f5949032c437 /sysusers.d
parentmeson: install manual and unsafe tests (#6178) (diff)
downloadsystemd-525e9db3b31b5c9d1ed81607ee46fa68d37988cb.tar.xz
systemd-525e9db3b31b5c9d1ed81607ee46fa68d37988cb.zip
meson: do not use path separator for target name (#6177)
Fixes #6158.
Diffstat (limited to 'sysusers.d')
-rw-r--r--sysusers.d/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/meson.build b/sysusers.d/meson.build
index f4662c0a85..b7c02cf882 100644
--- a/sysusers.d/meson.build
+++ b/sysusers.d/meson.build
@@ -21,7 +21,7 @@ endif
foreach file : m4_files
custom_target(
- 'sysusers.d/' + file,
+ 'sysusers.d_' + file,
input : file + '.m4',
output: file,
command : [m4, '-P'] + m4_defines + ['@INPUT@'],