mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add missing mkdirs in make install rules
This commit is contained in:
parent
bb457f4ad8
commit
cad8e004cb
@ -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 New Issue
Block a user