[Mesa-dev] [PATCH 03/25] anv: remove no longer needed %.json rule

Emil Velikov emil.l.velikov at gmail.com
Thu Apr 21 13:16:03 UTC 2016


From: Emil Velikov <emil.velikov at collabora.com>

As of last commit the final file that needed this is gone.

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
---
 src/intel/vulkan/Makefile.am | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index c943970..4428a25 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -188,12 +188,6 @@ libvulkan_intel_la_LDFLAGS = \
 icdconfdir=$(sysconfdir)/vulkan/icd.d
 icdconf_DATA = intel_icd.json
 
-%.json : %.json.in
-	$(AM_V_GEN) $(SED) \
-		-e "s#@build_libdir@#${abs_top_builddir}/${LIB_DIR}#" \
-		-e "s#@install_libdir@#${libdir}#" < $< > $@
-
-
 # Libvulkan with dummy gem. Used for unit tests.
 
 libvulkan_test_la_SOURCES =                             \
-- 
2.8.0



More information about the mesa-dev mailing list