projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f55d06
)
radv: Fix the autotools build take 2.
author
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Fri, 9 Mar 2018 13:08:38 +0000
(14:08 +0100)
committer
Bas Nieuwenhuizen
<bas@basnieuwenhuizen.nl>
Fri, 9 Mar 2018 13:10:24 +0000
(14:10 +0100)
Forgot to remove a word....
Fixes:
04ffabf17a
"radv: Fix autotools build."
src/amd/vulkan/Makefile.am
patch
|
blob
|
history
diff --git
a/src/amd/vulkan/Makefile.am
b/src/amd/vulkan/Makefile.am
index
99d9e57
..
cc1b539
100644
(file)
--- 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 $@