diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
commit | 0fee9e90c2ea3accfaa521a303c6568ebf7baccc (patch) | |
tree | 2d18515f482954fb771dc19671c9056511f71127 /make/iptables.mk | |
parent | e150f3921b20b1b35a42d0b34067773814675d8a (diff) | |
download | buildroot-novena-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.tar.gz buildroot-novena-0fee9e90c2ea3accfaa521a303c6568ebf7baccc.zip |
Thomas Cameron writes:
this patch fixes the source file downloads when executing a "make source", and
a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch
against the current CVS sources, and includes my previous patch.
Diffstat (limited to 'make/iptables.mk')
-rw-r--r-- | make/iptables.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/iptables.mk b/make/iptables.mk index a441d79e4..fab2a1040 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -34,6 +34,8 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables iptables: $(TARGET_DIR)/sbin/iptables +iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE) + iptables-clean: $(MAKE) DESTDIR=$(TARGET_DIR) CC=$(TARGET_CC) -C $(IPTABLES_BUILD_DIR) uninstall -$(MAKE) -C $(IPTABLES_BUILD_DIR) clean |