X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/82d17c1f5d609eba2d51a9be0d3d5028cfd124d9..bcf459355067cbcf9f65ecc45ad991f8cbaa0c72:/package/iptables/Makefile diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 968f597ac..e40fa8e7d 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -84,5 +84,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/libipq.h rm -rf $(STAGING_DIR)/usr/lib/libipq.a -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev