X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/310ccd08da9e34d1f63f917d3f59c0fe105760ba..069cb8cb8c429d2e85880d36dfe4a342758e85f4:/openwrt/package/iptables/Makefile diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index 968f597ac..e40fa8e7d 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/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