X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/67ebf100859401eb43d3997523ef527d3a0a4144..9eee6e39534a466bd833616afc78905b0c55c76d:/openwrt/package/libgd/Makefile 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