X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7d97448a6ee04e47d862cb9aefe3cb6d306b90de..392f37879e08645cdf4300280b726c5f20750fe1:/openwrt/package/libnet/Makefile diff --git a/openwrt/package/libnet/Makefile b/openwrt/package/libnet/Makefile index 1673c0de1..cb6e29e04 100644 --- a/openwrt/package/libnet/Makefile +++ b/openwrt/package/libnet/Makefile @@ -96,5 +96,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/libnet* \ $(STAGING_DIR)/usr/lib/libnet.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev