]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: remove obsolete `AM_LIBTOOL_SILENT` variable
authorJeremy Sowden <jeremy@azazel.net>
Thu, 14 Dec 2023 16:44:01 +0000 (16:44 +0000)
committerPhil Sutter <phil@nwl.cc>
Fri, 15 Dec 2023 12:40:14 +0000 (13:40 +0100)
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>
extensions/GNUmakefile.in

index 40bcec7999ae5c96e793061f3670ea7354e83a80..53011fc8c2bb3a040b2dd621c5992015db282def 100644 (file)
@@ -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     " $@;