From: Howard Chu Date: Thu, 8 Apr 2004 15:05:55 +0000 (+0000) Subject: Fix typo (ITS#3070) X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~75 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3fb7e5762b522ae04b296613c88163127a8eee81;p=openldap Fix typo (ITS#3070) --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index f804d97278..31cd7ca047 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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