summaryrefslogtreecommitdiffstats
path: root/iptables/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-08-08 12:37:31 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-08 12:37:31 +0200
commitdb503b5ac1e4970ac5aaf190d8d0e6272ae54038 (patch)
tree583cf0ba571615c6a88837c781f1cdadcdf15ef7 /iptables/Makefile.am
parent510e066d925135f618d465fb2dd0bb86b51041ac (diff)
parent71a2b0c78a58387ec476673f1abc75e635ca62f6 (diff)
Merge branch 'stable-1.4.20'
To retrieve: iptables: correctly reference generated file
Diffstat (limited to 'iptables/Makefile.am')
-rw-r--r--iptables/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/Makefile.am b/iptables/Makefile.am
index 2d6834cb..a4246eb3 100644
--- a/iptables/Makefile.am
+++ b/iptables/Makefile.am
@@ -38,7 +38,7 @@ if ENABLE_IPV6
v6_sbin_links = ip6tables ip6tables-restore ip6tables-save
endif
-iptables-extensions.8: ${srcdir}/iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.man
+iptables-extensions.8: iptables-extensions.8.tmpl ../extensions/matches.man ../extensions/targets.man
${AM_VERBOSE_GEN} sed \
-e '/@MATCH@/ r ../extensions/matches.man' \
-e '/@TARGET@/ r ../extensions/targets.man' $< >$@;