diff options
Diffstat (limited to 'openwrt/package/libdnet/Makefile')
-rw-r--r-- | openwrt/package/libdnet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libdnet/Makefile b/openwrt/package/libdnet/Makefile index 5501b6bd98..bb48d4430d 100644 --- a/openwrt/package/libdnet/Makefile +++ b/openwrt/package/libdnet/Makefile @@ -91,5 +91,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/dnet \ $(STAGING_DIR)/usr/lib/libdnet.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev |