X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/14428f9a610d763126cbcf9b841dd2140aa7d8eb..2e4a6abb004a48dfb92b796d292128a4a616b46b:/openwrt/package/openldap/Makefile?ds=sidebyside diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index 20179b271..382d88190 100644 --- a/openwrt/package/openldap/Makefile +++ b/openwrt/package/openldap/Makefile @@ -136,5 +136,5 @@ uninstall-dev: rm -rf $(STAGING_DIR)/usr/include/{lber,ldap}*.h rm -rf $(STAGING_DIR)/usr/lib/lib{lber,ldap}*.{a,so*} -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev