]> git.sur5r.net Git - openldap/commitdiff
Import ITS#3044 fix from HEAD
authorHoward Chu <hyc@openldap.org>
Mon, 29 Mar 2004 04:40:08 +0000 (04:40 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 29 Mar 2004 04:40:08 +0000 (04:40 +0000)
servers/slapd/Makefile.in

index 33691a4778f4e46a0b72312e3722370a76a152b9..6d2bf9f3674ee84b24132e389b53e3bec8bb5019 100644 (file)
@@ -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