From: Howard Chu Date: Sat, 27 Mar 2004 23:20:55 +0000 (+0000) Subject: Restore build rule for dynamic backends. X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~165 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1d1a0607e77a1f1839c82f8687b78b6848aafd3;p=openldap Restore build rule for dynamic backends. --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 33691a4778..6d2bf9f367 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -265,6 +265,9 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@ sslapd: version.o $(LTLINK) -static -o $@ $(OBJS) version.o $(LIBS) $(WRAP_LIBS) +$(SLAPD_DYNAMIC_BACKENDS): slapd + cd $@; $(MAKE) $(MFLAGS) all + @touch $@ # # In Windows, dynamic backends have to be built after slapd. For this