diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-05-07 11:17:35 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-05-07 11:17:35 +0200 |
commit | 348b44372f36010d48d9a7dda14ef67155753a71 (patch) | |
tree | 75c0d700de1d901bb6c6377afd878520bc30f634 /tmpfiles.d | |
parent | meson: also try to search gnu-efi based on EFI_MACHINE_TYPE_NAME (#8900) (diff) | |
download | systemd-348b44372f36010d48d9a7dda14ef67155753a71.tar.xz systemd-348b44372f36010d48d9a7dda14ef67155753a71.zip |
meson: generate m4 preprocessor from config.h (#8914)
Diffstat (limited to 'tmpfiles.d')
-rw-r--r-- | tmpfiles.d/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpfiles.d/meson.build b/tmpfiles.d/meson.build index a7a7d0a1d7..20b1e0d0bc 100644 --- a/tmpfiles.d/meson.build +++ b/tmpfiles.d/meson.build @@ -37,7 +37,7 @@ foreach pair : m4_files 'tmpfiles.d_' + pair[0], input : pair[0] + '.m4', output: pair[0], - command : [m4, '-P'] + m4_defines + ['@INPUT@'], + command : [meson_apply_m4, config_h, '@INPUT@'], capture : true, install : true, install_dir : tmpfilesdir) |