X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0e6dc9622ede76222f9dd3c4d13c66e4fa806a78..060e86ed020c464871e85cdcb14b4b561130022f:/openwrt/package/libdnet/Makefile diff --git a/openwrt/package/libdnet/Makefile b/openwrt/package/libdnet/Makefile index 5501b6bd9..bb48d4430 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