X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/190a1be7a37cfc6aa46d9c955b50032f7d1d084c..386852c0d13c13a66f9621faa800f6adaae36593:/openwrt/package/readline/Makefile?ds=inline diff --git a/openwrt/package/readline/Makefile b/openwrt/package/readline/Makefile index c4380ded3..e9c8fdb3f 100644 --- a/openwrt/package/readline/Makefile +++ b/openwrt/package/readline/Makefile @@ -78,5 +78,5 @@ uninstall-dev: $(STAGING_DIR)/usr/include/readline \ $(STAGING_DIR)/usr/lib/lib{history,readline}.{a,so*} \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev