From 940f2dd3125ccc949c6394f3e416e5786dc50761 Mon Sep 17 00:00:00 2001 From: laforge Date: Mon, 14 Jun 2004 22:07:06 +0000 Subject: fix 'make distrib' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2166923..91a8019 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ delrelease: rm -f $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2 $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2: - cd .. && ln -sf userspace iptables-$(IPTABLES_VERSION) && tar cvf - --exclude CVS iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION) + cd .. && ln -sf iptables iptables-$(IPTABLES_VERSION) && tar cvf - --exclude CVS iptables-$(IPTABLES_VERSION)/. | bzip2 -9 > $@ && rm iptables-$(IPTABLES_VERSION) .PHONY: diff diff: $(RELEASE_DIR)/iptables-$(IPTABLES_VERSION).tar.bz2 -- cgit v1.2.3