summaryrefslogtreecommitdiff
path: root/hwdb/meson.build
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-17 19:48:20 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-04-23 21:47:29 -0400
commita923e085af00dfd47eafbbd6964398a10e5a4f19 (patch)
treeb502f3c8562f198b7263c675a684968df86c5333 /hwdb/meson.build
parent1aec3ed90d553482918b283e52b82918d7f5a388 (diff)
downloadsystemd-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/meson.build')
-rw-r--r--hwdb/meson.build3
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()])