Skip to content
Snippets Groups Projects
Commit cad8e004 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add missing mkdirs in make install rules

parent bb457f4a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment