From a793e7899f17b10aa7b7fe533390eaa5ed732e4d Mon Sep 17 00:00:00 2001 From: Bas Nieuwenhuizen Date: Fri, 9 Mar 2018 14:08:38 +0100 Subject: [PATCH] radv: Fix the autotools build take 2. Forgot to remove a word.... Fixes: 04ffabf17a "radv: Fix autotools build." --- src/amd/vulkan/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am index 99d9e57..cc1b539 100644 --- a/src/amd/vulkan/Makefile.am +++ b/src/amd/vulkan/Makefile.am @@ -172,7 +172,7 @@ dev_icd.json : radv_extensions.py radv_icd.py $(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_icd.py \ --lib-path="${abs_top_builddir}/${LIB_DIR}" --out $@ -vulkan/radeon_icd.@host_cpu@.json : radv_extensions.py radv_icd.py +radeon_icd.@host_cpu@.json : radv_extensions.py radv_icd.py $(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_icd.py \ --lib-path="${libdir}" --out $@ -- 2.7.4