X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/cd3cf32668979e1318647dab352dd075311fabff..af03b40d8e39aa612bab5b3d3d5996c7b8a6020d:/package/openldap/Makefile diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 20179b271..382d88190 100644 --- a/package/openldap/Makefile +++ b/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