Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
cad8e004
Commit
cad8e004
authored
Sep 12, 1998
by
Kurt Zeilenga
Browse files
Add missing mkdirs in make install rules
parent
bb457f4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slurpd/Make-template
View file @
cad8e004
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment