X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/310ccd08da9e34d1f63f917d3f59c0fe105760ba..6cfdb8f029c806124d150e1d3d21bfe60f0d73fc:/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