X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/67ebf100859401eb43d3997523ef527d3a0a4144..c24381f99e7ff26ab84c065a5b87ef358e5a7de8:/openwrt/package/libgd/Makefile?ds=sidebyside diff --git a/openwrt/package/libgd/Makefile b/openwrt/package/libgd/Makefile index 3d5d74578..aedb0af11 100644 --- a/openwrt/package/libgd/Makefile +++ b/openwrt/package/libgd/Makefile @@ -90,6 +90,6 @@ uninstall-dev: $(STAGING_DIR)/usr/include/gd*.h \ $(STAGING_DIR)/usr/lib/libgd.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev