mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 06:43:17 -05:00
Add missing mkdirs in make install rules
This commit is contained in:
parent
bb457f4ad8
commit
cad8e004cb
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ version.c: $(OBJS) $(LDIR)/liblber/liblber.a $(LDIR)/libldap/libldap.a
|
|||
|
||||
install: $(LDAP_LIBEXECDIR) $(LDAP_LIBEXECDIR)/slurpd
|
||||
|
||||
$(LDAP_LIBEXECDIR): FORCE
|
||||
@-$(MKDIR) $(LDAP_LIBEXECDIR)
|
||||
|
||||
$(LDAP_LIBEXECDIR)/slurpd: slurpd
|
||||
$(INSTALL) $(INSTALLFLAGS) -m 755 slurpd $(LDAP_LIBEXECDIR)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue