From: Jan Engelhardt Date: Tue, 17 Feb 2009 14:04:57 +0000 (+0100) Subject: build: trigger reconfigure when extensions/GNUmakefile.in changes X-Git-Tag: v1.4.3~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c2466b0643393c1249d0650807a27f675969e6d;p=thirdparty%2Fiptables.git build: trigger reconfigure when extensions/GNUmakefile.in changes Signed-off-by: Jan Engelhardt --- diff --git a/Makefile.am b/Makefile.am index 41dc280a..b8859acc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -108,7 +108,8 @@ tarball: tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/; rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION}; -config.status: include/xtables.h.in include/iptables/internal.h.in +config.status: extensions/GNUmakefile.in \ + include/xtables.h.in include/iptables/internal.h.in # ldconfig may fail when we are not root (as is the case in build systems) # so add appropriate protection that it does not let `make` fail.