From: Bas Nieuwenhuizen Date: Fri, 9 Mar 2018 13:08:38 +0000 (+0100) Subject: radv: Fix the autotools build take 2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a793e7899f17b10aa7b7fe533390eaa5ed732e4d;p=mesa.git radv: Fix the autotools build take 2. Forgot to remove a word.... Fixes: 04ffabf17a "radv: Fix autotools build." --- diff --git a/src/amd/vulkan/Makefile.am b/src/amd/vulkan/Makefile.am index 99d9e578d8c..cc1b53980fd 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 $@