From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Now that there's a test to install the ld.so.conf.d config file only if needed, remove the unused do_install_ld references and the variables it used. As do_install_ld is not even defined. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index 92e682b68b40..5094966f4d06 100644 --- a/Makefile +++ b/Makefile @@ -89,8 +89,6 @@ HELP_DIR_SQ = '$(subst ','\'',$(HELP_DIR))' #' emacs highlighting gets confused by the above escaped quote. BASH_COMPLETE_DIR ?= $(etcdir)/bash_completion.d -LD_SO_CONF_DIR ?= $(etcdir)/ld.so.conf.d -TRACE_LD_FILE ?= trace.conf # copy a bit from Linux kbuild @@ -242,7 +240,6 @@ install_libs: libs install_pkgconfig $(Q)$(call do_install,$(LIBTRACEFS_SHARED),$(libdir_SQ)); \ cp -fpR $(LIB_INSTALL) $(DESTDIR)$(libdir_SQ) $(Q)$(call do_install,$(src)/include/tracefs.h,$(includedir_SQ)) - $(Q)$(call do_install_ld,$(TRACE_LD_FILE),$(LD_SO_CONF_DIR),$(libdir_SQ)) $(Q)$(call install_ld_config) install: install_libs -- 2.29.2