summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
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@'],