]> git.ipfire.org Git - thirdparty/xtables-addons.git/commit
build: do not hard-code `AM_DEFAULT_VERBOSITY` in Makefile.iptrules
authorJeremy Sowden <jeremy@azazel.net>
Fri, 18 Aug 2023 12:38:17 +0000 (14:38 +0200)
committerJan Engelhardt <jengelh@inai.de>
Fri, 18 Aug 2023 14:56:31 +0000 (16:56 +0200)
commitc2de0fb7d277ff2c2e1c15be420dda1420b366ea
treef3ef53b5fd9e5afbd951de83f63e0195df96e7ef
parent78b5454bcda1ba807af0efe7256f37e80c9e2e42
build: do not hard-code `AM_DEFAULT_VERBOSITY` in Makefile.iptrules

Currently it is set to zero, which means that the default in
Makefile.iptrules is not consistent with that in the other Makefiles,
and passing `--disable-silent-rules` to configure cannot be used to
change it.

Set it to `@AM_DEFAULT_VERBOSITY@` instead, which will be expanded to the
appropriate default value.

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Makefile.iptrules.in