summaryrefslogtreecommitdiff
path: root/sysusers.d
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-05-07 18:17:35 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-05-07 11:17:35 +0200
commit348b44372f36010d48d9a7dda14ef67155753a71 (patch)
tree75c0d700de1d901bb6c6377afd878520bc30f634 /sysusers.d
parent4b4ee0f781f6eaeb5c0dc8e2f9ea65ff8414356c (diff)
downloadsystemd-348b44372f36010d48d9a7dda14ef67155753a71.tar.gz
meson: generate m4 preprocessor from config.h (#8914)
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 cc4b5d2634..eba84e1d55 100644
--- a/sysusers.d/meson.build
+++ b/sysusers.d/meson.build
@@ -28,7 +28,7 @@ foreach file : m4_files
'sysusers.d_' + file,
input : file + '.m4',
output: file,
- command : [m4, '-P'] + m4_defines + ['@INPUT@'],
+ command : [meson_apply_m4, config_h, '@INPUT@'],
capture : true,
install : enable_sysusers,
install_dir : sysusersdir)