diff options
Diffstat (limited to 'openwrt/package/libnet/Makefile')
-rw-r--r-- | openwrt/package/libnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libnet/Makefile b/openwrt/package/libnet/Makefile index 1673c0de1c..cb6e29e04d 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 |