From: Jeremy Sowden Date: Thu, 14 Dec 2023 16:44:02 +0000 (+0000) Subject: build: remove unused `AM_VERBOSE_CXX*` variables X-Git-Tag: v1.8.11~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20545dab8d1791d702dc0a73db67c00883b3bcfd;p=thirdparty%2Fiptables.git build: remove unused `AM_VERBOSE_CXX*` variables There is no C++, so these variables are not required. Signed-off-by: Jeremy Sowden Signed-off-by: Phil Sutter --- diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index 53011fc8..51b18a59 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -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