From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> The LD_SO_CONF_DIR variable in the Makefile is not used anywhere. Remove it. Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index f8252ba83352..e956a2e6e8b6 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,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 export PLUGIN_DIR_TRACEEVENT export PLUGIN_DIR_TRACECMD -- 2.29.2