summaryrefslogtreecommitdiffstats
path: root/src/intel
diff options
context:
space:
mode:
authorKnut Andre Tidemann <[email protected]>2016-05-03 12:30:56 +0200
committerEmil Velikov <[email protected]>2016-05-03 11:42:47 +0100
commitc68a9cdaaccc4021558a796a342bb7f50e5bd6fb (patch)
tree4bc730ced7ea9a69abdd3bd45db0738e0970de75 /src/intel
parent883f3662db845f905232da90ae8cf715a9472ece (diff)
anv: fix hang during generation of dev_icd.json.
Fixes: b370ec7c76d ("anv: tweak the %.json rule") Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel')
-rw-r--r--src/intel/vulkan/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index fd8aae01777..662d72051a5 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -156,7 +156,7 @@ noinst_DATA = dev_icd.json
dev_icd.json : dev_icd.json.in
$(AM_V_GEN) $(SED) \
- -e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#"
+ -e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#" \
< $(srcdir)/dev_icd.json.in > $@
# Libvulkan with dummy gem. Used for unit tests.