Module: Mesa
Branch: master
Commit: a793e7899f17b10aa7b7fe533390eaa5ed732e4d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a793e7899f17b10aa7b7fe533390eaa5ed732e4d

Author: Bas Nieuwenhuizen <b...@basnieuwenhuizen.nl>
Date:   Fri Mar  9 14:08:38 2018 +0100

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 99d9e578d8..cc1b53980f 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 $@
 

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to