From ee654b59c3ee2cb67f4cd8c910551a0d484d610d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 5 Oct 2004 07:10:07 +0000 Subject: Always use kernel-headers. --- make/iptables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/iptables.mk') diff --git a/make/iptables.mk b/make/iptables.mk index 937348a53..2d4ef43b5 100644 --- a/make/iptables.mk +++ b/make/iptables.mk @@ -38,7 +38,7 @@ $(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables $(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so rm -rf $(TARGET_DIR)/usr/man -iptables: $(TARGET_DIR)/sbin/iptables +iptables: linux $(TARGET_DIR)/sbin/iptables iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE) -- cgit v1.2.3