radv: Fix the autotools build take 2.

Forgot to remove a word....

Fixes: 04ffabf17a "radv: Fix autotools build."
This commit is contained in:
Bas Nieuwenhuizen 2018-03-09 14:08:38 +01:00
parent 1f55d06783
commit a793e7899f

View file

@ -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 $@