mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Use LN_H in order to link (or copy) ldapadd from ldapmodify
This commit is contained in:
parent
15e0a0f827
commit
b35e123bcb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ ldappasswd: ldappasswd.o
|
|||
|
||||
ldapadd: ldapmodify
|
||||
$(RM) $@
|
||||
$(LN) ldapmodify ldapadd
|
||||
$(LN_H) ldapmodify ldapadd
|
||||
|
||||
ldsversion.c: ldapsearch.o $(LDAP_LIBDEPEND)
|
||||
$(RM) $@
|
||||
|
|
|
|||
Loading…
Reference in a new issue