From 0bffdfa414ccd3599ad733a3621e2ec6ecda87a7 Mon Sep 17 00:00:00 2001 From: Jeremy Sowden Date: Thu, 14 Dec 2023 16:44:01 +0000 Subject: build: remove obsolete `AM_LIBTOOL_SILENT` variable It doesn't do anything, so get rid of it. Signed-off-by: Jeremy Sowden Signed-off-by: Phil Sutter --- extensions/GNUmakefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index 40bcec79..53011fc8 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -35,7 +35,6 @@ AM_DEPFLAGS = -Wp,-MMD,$(@D)/.$(@F).d,-MT,$@ AM_LDFLAGS = @noundef_LDFLAGS@ @regular_LDFLAGS@ ifeq (${V},) -AM_LIBTOOL_SILENT = --silent AM_VERBOSE_CC = @echo " CC " $@; AM_VERBOSE_CCLD = @echo " CCLD " $@; AM_VERBOSE_CXX = @echo " CXX " $@; -- cgit v1.2.3