Reference: http://bugs.debian.org/515752 Signed-off-by: Jan Engelhardt <jengelh@xxxxxxxxxx> --- extensions/GNUmakefile.in | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/extensions/GNUmakefile.in b/extensions/GNUmakefile.in index 1f063c8..256ac08 100644 --- a/extensions/GNUmakefile.in +++ b/extensions/GNUmakefile.in @@ -166,13 +166,7 @@ man_run = \ cat "$$f"; \ continue; \ fi; \ - f="${srcdir}/libipt_$$ext.man"; \ - if [ -f "$$f" ]; then \ - echo ".SS $$ext"; \ - cat "$$f"; \ - continue; \ - fi; \ - f="${srcdir}/libip6t_$$ext.man"; \ + f="${srcdir}/lib$(2)t_$$ext.man"; \ if [ -f "$$f" ]; then \ echo ".SS $$ext"; \ cat "$$f"; \ @@ -181,13 +175,13 @@ man_run = \ done >$@; matches4.man: .initext4.dd $(wildcard ${srcdir}/lib*.man) - $(call man_run,$(call ex_matches,${pfx_build_mod} ${pf4_build_mod})) + $(call man_run,$(call ex_matches,${pfx_build_mod} ${pf4_build_mod}),ip) matches6.man: .initext6.dd $(wildcard ${srcdir}/lib*.man) - $(call man_run,$(call ex_matches,${pfx_build_mod} ${pf6_build_mod})) + $(call man_run,$(call ex_matches,${pfx_build_mod} ${pf6_build_mod}),ip6) targets4.man: .initext4.dd $(wildcard ${srcdir}/lib*.man) - $(call man_run,$(call ex_targets,${pfx_build_mod} ${pf4_build_mod})) + $(call man_run,$(call ex_targets,${pfx_build_mod} ${pf4_build_mod}),ip) targets6.man: .initext6.dd $(wildcard ${srcdir}/lib*.man) - $(call man_run,$(call ex_targets,${pfx_build_mod} ${pf6_build_mod})) + $(call man_run,$(call ex_targets,${pfx_build_mod} ${pf6_build_mod}),ip6) -- 1.6.1.3 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html