summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2009-01-12 07:22:18 +0100
committerPatrick McHardy <kaber@trash.net>2009-01-12 07:22:18 +0100
commitf92d6b05abd217c3e152caa2c494a138ccd5096e (patch)
tree495ae39b7f801360e2eca1a17757d581411ea5bd /Makefile.am
parent52edda6cd97778721f76307c0f21bfc39b8533ac (diff)
build: remove non-portable rule
> Makefile.am:97: `%'-style pattern rules are a GNU make extension (iptables still requires GNU make for extensions/, because it is so much easier to write.) Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index d5f88756..4852d2a1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -94,9 +94,6 @@ iptables.8: ${srcdir}/iptables.8.in extensions/matches4.man extensions/targets4.
ip6tables.8: ${srcdir}/ip6tables.8.in extensions/matches6.man extensions/targets6.man
${AM_VERBOSE_GEN} sed -e 's/@PACKAGE_AND_VERSION@/${PACKAGE} ${PACKAGE_VERSION}/g' -e '/@MATCH@/ r extensions/matches6.man' -e '/@TARGET@/ r extensions/targets6.man' $< >$@;
-extensions/%:
- ${MAKE} ${AM_MAKEFLAGS} -C $(@D) $(@F)
-
pkgconfig_DATA = xtables.pc
.PHONY: tarball