From bca90ca2a7ee114ca244222a80b63ed2596305ff Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 21 Feb 2009 16:54:30 +0100 Subject: [PATCH] build: trigger configure when GNUmakefile.in changed --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 00a10f9..d76c2f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,8 @@ extensions/%: install-exec-local: depmod -a || :; +config.status: extensions/GNUmakefile.in + .PHONY: tarball tarball: rm -Rf /tmp/xtables-addons-${PACKAGE_VERSION};