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