From: Harald Welte Date: Mon, 14 Jun 2004 22:07:06 +0000 (+0000) Subject: fix 'make distrib' X-Git-Tag: v1.3.0-rc1~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea4ab1c7df28f1b08fa6835e3d1b4cc2432fa99d;p=thirdparty%2Fiptables.git fix 'make distrib' --- diff --git a/Makefile b/Makefile index 21669238..91a80193 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