summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPhil Oester <kernel@linuxace.com>2004-09-09 09:57:11 +0000
committerMartin Josefsson <gandalf@wlug.westbo.se>2004-09-09 09:57:11 +0000
commitde8ae5169f8b2a24e1519598972e13052d5eb48e (patch)
tree25a9a7a886d04fc9433588ffddc341d4026b73ae /Makefile
parent63730f10f09b39a6b4d2257fd0bd380f9306ba52 (diff)
Fix typo. (Phil Oester) Closes #239
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c8fe505..09cd5c7c 100644
--- a/Makefile
+++ b/Makefile
@@ -191,7 +191,7 @@ iptables.8: iptables.8.in extensions/libipt_matches.man extensions/libipt_target
sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
ip6tables.8: ip6tables.8.in extensions/libip6t_matches.man extensions/libip6t_targets.man
- sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libiptt_targets.man' ip6tables.8.in >ip6tables.8
+ sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8
# Development Targets
.PHONY: install-devel-man3