From 6f0d9d76484554c52a6ca269c8ac8f7f6846f2fd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 12 May 2005 22:21:01 +0000 Subject: iptables doesnt need to concern itself with kernel headers --- package/iptables/iptables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/iptables') diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 2b7e8072c..a95098680 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -39,7 +39,7 @@ $(TARGET_DIR)/usr/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables $(STRIP) $(TARGET_DIR)/usr/lib/iptables/*.so rm -rf $(TARGET_DIR)/usr/man -iptables: kernel-headers $(TARGET_DIR)/usr/sbin/iptables +iptables: $(TARGET_DIR)/usr/sbin/iptables iptables-source: $(DL_DIR)/$(IPTABLES_SOURCE) -- cgit v1.2.3