From ce24bcd39409f5d734dd5ea845539e4b5b70eaf0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 2 Mar 2014 21:03:24 +0000 Subject: targets/dri: use install-gallium-links.mk Drop the duplication across all dri targets. Signed-off-by: Emil Velikov Reviewed-by: Jon TURNEY --- src/gallium/targets/r600/dri/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/gallium/targets/r600/dri/Makefile.am') diff --git a/src/gallium/targets/r600/dri/Makefile.am b/src/gallium/targets/r600/dri/Makefile.am index f0a1b7bdd23..6dd344841c2 100644 --- a/src/gallium/targets/r600/dri/Makefile.am +++ b/src/gallium/targets/r600/dri/Makefile.am @@ -61,8 +61,4 @@ r600_dri_la_LDFLAGS += $(LLVM_LDFLAGS) r600_dri_la_LIBADD += $(LLVM_LIBS) endif -# Provide compatibility with scripts for the old Mesa build system for -# a while by putting a link to the driver into /lib of the build tree. -all-local: r600_dri.la - $(MKDIR_P) $(top_builddir)/$(LIB_DIR)/gallium - ln -f .libs/r600_dri.so $(top_builddir)/$(LIB_DIR)/gallium/r600_dri.so +include $(top_srcdir)/install-gallium-links.mk -- cgit v1.2.3