summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-12-14 16:44:01 +0000
committerPhil Sutter <phil@nwl.cc>2023-12-15 13:40:14 +0100
commit0bffdfa414ccd3599ad733a3621e2ec6ecda87a7 (patch)
treef95eb39578c86ba19015facf05a9533b1742cde3 /extensions
parentd40e4c5d2b68617e7b07b53d2774ab6b539350b3 (diff)
build: remove obsolete `AM_LIBTOOL_SILENT` variable
It doesn't do anything, so get rid of it. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/GNUmakefile.in1
1 files changed, 0 insertions, 1 deletions
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 " $@;