]> git.sur5r.net Git - openldap/commitdiff
Import missing mkdir in install rule from stable branch.
authorKurt Zeilenga <kurt@openldap.org>
Sat, 12 Sep 1998 04:18:49 +0000 (04:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 12 Sep 1998 04:18:49 +0000 (04:18 +0000)
clients/fax500/Make-template

index 2851ce08ed602c5cf61e471a55533011f5f657f7..f80e4a392047fb37ed2c08747b10bc6f36ca7dab 100644 (file)
@@ -53,7 +53,7 @@ fax5version.c:        main.o faxtotpc.o $(LDIR)/libldap.a
        < Version.c > $@ )
 
 install:       rp500 xrpcomp fax500 FORCE
-               -$(MKDIR) -p $(LDAP_ETCDIR) $(LDAP_BINDIR)
+               -$(MKDIR) -p $(LDAP_ETCDIR) $(LDAP_BINDIR) $(LDAP_LIBEXECDIR)
                $(INSTALL) $(INSTALLFLAGS) -m 755 rp500 $(LDAP_LIBEXECDIR)
                $(SED) -e 's%ETCDIR%$(LDAP_LIBEXECDIR)%' xrpcomp > /tmp/xrpcomp.tmp
                $(INSTALL) $(INSTALLFLAGS) -m 755 /tmp/xrpcomp.tmp $(LDAP_BINDIR)/xrpcomp