One more Windows tweak

This commit is contained in:
Howard Chu 2004-07-20 21:42:00 +00:00
parent 39fbae025e
commit bff0b64cb3

View File

@ -429,6 +429,6 @@ install-tools: FORCE
cd $(DESTDIR)$(sbindir); \ cd $(DESTDIR)$(sbindir); \
rm -f $(SLAPTOOLS); \ rm -f $(SLAPTOOLS); \
for i in $(SLAPTOOLS); do \ for i in $(SLAPTOOLS); do \
$(LN_S) $(libexecdir)/slapd $$i; \ $(LN_S) $(libexecdir)/slapd$(EXEEXT) $$i$(EXEEXT); \
done done