diff options
author | Bas Nieuwenhuizen <[email protected]> | 2018-03-09 14:08:38 +0100 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2018-03-09 14:10:24 +0100 |
commit | a793e7899f17b10aa7b7fe533390eaa5ed732e4d (patch) | |
tree | ffb37d413437cbb9b03b3887827972e092cbfb9c /src/amd/vulkan/Makefile.am | |
parent | 1f55d06783131c7eb0d31510a8891bd65133cfdd (diff) |
radv: Fix the autotools build take 2.
Forgot to remove a word....
Fixes: 04ffabf17a "radv: Fix autotools build."
Diffstat (limited to 'src/amd/vulkan/Makefile.am')
-rw-r--r-- | src/amd/vulkan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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.@[email protected] : radv_extensions.py radv_icd.py +radeon_icd.@[email protected] : radv_extensions.py radv_icd.py $(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_icd.py \ --lib-path="${libdir}" --out $@ |