iptables doesnt need to concern itself with kernel headers
authorEric Andersen <andersen@codepoet.org>
Thu, 12 May 2005 22:21:01 +0000 (22:21 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 May 2005 22:21:01 +0000 (22:21 -0000)
package/iptables/iptables.mk

index 2b7e8072c5f0a841cc864d0d8c23232e26900d82..a9509868049602bd1f0e75dcbb9473ba36c24d7c 100644 (file)
@@ -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)