]> git.sur5r.net Git - openldap/commitdiff
Fix typo (ITS#3070)
authorHoward Chu <hyc@openldap.org>
Thu, 8 Apr 2004 15:05:55 +0000 (15:05 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 8 Apr 2004 15:05:55 +0000 (15:05 +0000)
servers/slapd/Makefile.in

index f804d9727802cd04754ac09844aadc9c5cf4682d..31cd7ca047e007861a1241ceef3992207b1f2e3b 100644 (file)
@@ -421,6 +421,6 @@ install-tools: FORCE
        cd $(DESTDIR)$(sbindir); \
        rm -f $(SLAPTOOLS); \
        for i in $(SLAPTOOLS); do \
-               $(LN_S) $(libexecdir)/slapd $$i \
+               $(LN_S) $(libexecdir)/slapd $$i; \
        done