]> git.sur5r.net Git - openldap/commitdiff
ITS#3401 avoid empty make target when SLAPD_DYNAMIC_BACKENDS is empty
authorHoward Chu <hyc@openldap.org>
Wed, 24 Nov 2004 06:41:21 +0000 (06:41 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 24 Nov 2004 06:41:21 +0000 (06:41 +0000)
servers/slapd/Makefile.in

index 590cff0e546ca7b2132505855397f0f5797de96c..0cca205e6d290222351eec2b14d669424ed78d0f 100644 (file)
@@ -265,7 +265,7 @@ slapd: $(SLAPD_DEPENDS) @LIBSLAPI@
 sslapd: version.o
        $(LTLINK) -static -o $@ $(OBJS) version.o $(LIBS) $(WRAP_LIBS)
 
-$(SLAPD_DYNAMIC_BACKENDS): slapd
+dummy $(SLAPD_DYNAMIC_BACKENDS): slapd
        cd $@; $(MAKE) $(MFLAGS) all
        @touch $@