diff options
author | Harald Welte <laforge@gnumonks.org> | 2001-03-16 15:17:08 +0000 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2001-03-16 15:17:08 +0000 |
commit | ae40db887d7a2bcdc702c2f7f827067ec4751532 (patch) | |
tree | 247aee5b2d61f46604aaea6fd70026f04f1948d0 /Makefile | |
parent | 10c6888656e6a1d3e236c89ca070471885266245 (diff) |
stupid makefile bug causing make experimental-install fail
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(MANDIR)/man8/iptables.8 # Still experimental. EXTRAS_EXP+=iptables-save iptables-restore -EXTRA_INSTALLS_EXP:=$(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore $(DESTDIR)$(MANDIR)/man8/iptables-restore.8 $(DESTDIR)$(MANDIR)/man8/iptables-save.8 +EXTRA_INSTALLS_EXP+=$(DESTDIR)$(BINDIR)/iptables-save $(DESTDIR)$(BINDIR)/iptables-restore # $(DESTDIR)$(MANDIR)/man8/iptables-restore.8 $(DESTDIR)$(MANDIR)/man8/iptables-save.8 ifdef DO_IPV6 EXTRAS+=ip6tables ip6tables.o |