mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 15:19:34 -05:00
ITS#6879
Fix typo
This commit is contained in:
parent
844e540475
commit
e8e711018f
1 changed files with 1 additions and 1 deletions
|
|
@ -31,4 +31,4 @@ clean:
|
||||||
|
|
||||||
install: lastbind.la
|
install: lastbind.la
|
||||||
mkdir -p $(prefix)/libexec/openldap
|
mkdir -p $(prefix)/libexec/openldap
|
||||||
$(LIBTOOL) --mode=onstall cp lastbind.la $(prefix)/libexec/openldap
|
$(LIBTOOL) --mode=install cp lastbind.la $(prefix)/libexec/openldap
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue