[uClibc-cvs] svn commit: trunk/buildroot/package/iptables

andersen at uclibc.org andersen at uclibc.org
Thu May 12 22:21:02 UTC 2005


Author: andersen
Date: 2005-05-12 16:21:01 -0600 (Thu, 12 May 2005)
New Revision: 10308

Log:
iptables doesnt need to concern itself with kernel headers


Modified:
   trunk/buildroot/package/iptables/iptables.mk


Changeset:
Modified: trunk/buildroot/package/iptables/iptables.mk
===================================================================
--- trunk/buildroot/package/iptables/iptables.mk	2005-05-12 11:35:00 UTC (rev 10307)
+++ trunk/buildroot/package/iptables/iptables.mk	2005-05-12 22:21:01 UTC (rev 10308)
@@ -39,7 +39,7 @@
 	$(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)
 




More information about the uClibc-cvs mailing list