* [PATCH] iptables: correctly reference generated file
@ 2013-08-07 8:09 Lutz Jaenicke
2013-08-08 10:30 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Lutz Jaenicke @ 2013-08-07 8:09 UTC (permalink / raw)
To: netfilter-devel; +Cc: Lutz Jaenicke
Since
iptables: use autoconf to process .in man pages
the file "iptables-extensions.8.tmpl" is generated from
"iptables-extensions.8.tmpl.in" and is consequently no
longer found in ${srcdir} but in the build directory.
(Becomes visible with builddir != srcdir)
Signed-off-by: Lutz Jaenicke <ljaenicke@innominate.com>
---
iptables/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/iptables/Makefile.am b/iptables/Makefile.am
index 46d2463..501e825 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' $< >$@;
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iptables: correctly reference generated file
2013-08-07 8:09 [PATCH] iptables: correctly reference generated file Lutz Jaenicke
@ 2013-08-08 10:30 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-08-08 10:30 UTC (permalink / raw)
To: Lutz Jaenicke; +Cc: netfilter-devel
On Wed, Aug 07, 2013 at 10:09:16AM +0200, Lutz Jaenicke wrote:
> Since
> iptables: use autoconf to process .in man pages
> the file "iptables-extensions.8.tmpl" is generated from
> "iptables-extensions.8.tmpl.in" and is consequently no
> longer found in ${srcdir} but in the build directory.
> (Becomes visible with builddir != srcdir)
Applied, thanks Lutz.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-08 10:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 8:09 [PATCH] iptables: correctly reference generated file Lutz Jaenicke
2013-08-08 10:30 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).