diff options
Diffstat (limited to 'openwrt/package/openldap/Makefile')
-rw-r--r-- | openwrt/package/openldap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/openldap/Makefile b/openwrt/package/openldap/Makefile index 20179b2719..382d88190c 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 |