diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-17 19:48:20 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:47:29 -0400 |
commit | a923e085af00dfd47eafbbd6964398a10e5a4f19 (patch) | |
tree | b502f3c8562f198b7263c675a684968df86c5333 /hwdb | |
parent | 1aec3ed90d553482918b283e52b82918d7f5a388 (diff) | |
download | systemd-a923e085af00dfd47eafbbd6964398a10e5a4f19.tar.gz |
meson: use run_target instead of custom_target where appropriate
This way a fake output does not need to be specified.
Diffstat (limited to 'hwdb')
-rw-r--r-- | hwdb/meson.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hwdb/meson.build b/hwdb/meson.build index b9fc5ab594..d6e858311a 100644 --- a/hwdb/meson.build +++ b/hwdb/meson.build @@ -31,7 +31,6 @@ endif ############################################################ -custom_target( +run_target( 'update', - output : 'update', command : [hwdb_update_sh, meson.current_source_dir()]) |