]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
build: remove unused `AM_VERBOSE_CXX*` variables
authorJeremy Sowden <jeremy@azazel.net>
Thu, 14 Dec 2023 16:44:02 +0000 (16:44 +0000)
committerPhil Sutter <phil@nwl.cc>
Fri, 15 Dec 2023 12:40:14 +0000 (13:40 +0100)
There is no C++, so these variables are not required.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Phil Sutter <phil@nwl.cc>
extensions/GNUmakefile.in

index 53011fc8c2bb3a040b2dd621c5992015db282def..51b18a59a580085f7099dcfe3063580101b74e8a 100644 (file)
@@ -37,8 +37,6 @@ AM_LDFLAGS      = @noundef_LDFLAGS@ @regular_LDFLAGS@
 ifeq (${V},)
 AM_VERBOSE_CC     = @echo "  CC      " $@;
 AM_VERBOSE_CCLD   = @echo "  CCLD    " $@;
-AM_VERBOSE_CXX    = @echo "  CXX     " $@;
-AM_VERBOSE_CXXLD  = @echo "  CXXLD   " $@;
 AM_VERBOSE_AR     = @echo "  AR      " $@;
 AM_VERBOSE_GEN    = @echo "  GEN     " $@;
 endif