diff options
author | Knut Andre Tidemann <[email protected]> | 2016-05-03 12:30:56 +0200 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-03 11:42:47 +0100 |
commit | c68a9cdaaccc4021558a796a342bb7f50e5bd6fb (patch) | |
tree | 4bc730ced7ea9a69abdd3bd45db0738e0970de75 /src/intel | |
parent | 883f3662db845f905232da90ae8cf715a9472ece (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.am | 2 |
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. |