From a923e085af00dfd47eafbbd6964398a10e5a4f19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 17 Apr 2017 19:48:20 -0400 Subject: meson: use run_target instead of custom_target where appropriate This way a fake output does not need to be specified. --- hwdb/meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'hwdb/meson.build') 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()]) -- cgit v1.2.1