diff options
| author | laforge <laforge> | 2004-06-14 22:07:06 +0000 |
|---|---|---|
| committer | laforge <laforge> | 2004-06-14 22:07:06 +0000 |
| commit | 940f2dd3125ccc949c6394f3e416e5786dc50761 (patch) | |
| tree | 0dff5e1792a04d53fb841e7d2b11917305ff92a9 /Makefile | |
| parent | 37ad1679aa18e4c3170d645f543fe4455bcdead5 (diff) | |
fix 'make distrib'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
