diff options
author | Tim Yardley <lst@openwrt.org> | 2006-11-26 23:15:20 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2006-11-26 23:15:20 +0000 |
commit | 64828af3bd6f5baed241751a2c97670a7ec148d9 (patch) | |
tree | d699cedd047d9e082bed6825437e1ded4d908359 /package/iptables | |
parent | 9fa319b4c8a6313ea88f54ade76824be21656822 (diff) | |
download | upstream-64828af3bd6f5baed241751a2c97670a7ec148d9.tar.gz upstream-64828af3bd6f5baed241751a2c97670a7ec148d9.tar.bz2 upstream-64828af3bd6f5baed241751a2c97670a7ec148d9.zip |
install-devel puts this here, kill it too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5652 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 962ca7d0ef..d22310a0ef 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -188,6 +188,7 @@ define Build/InstallDev endef define Build/UninstallDev + rm -rf $(STAGING_DIR)/usr/include/libipq.h rm -rf $(STAGING_DIR)/usr/include/libipulog rm -rf $(STAGING_DIR)/usr/include/libipq rm -rf $(STAGING_DIR)/usr/include/libiptc |