ITS#3401 avoid empty make target when SLAPD_DYNAMIC_BACKENDS is empty

This commit is contained in:
Howard Chu 2004-11-24 06:41:21 +00:00
parent 6170a2bbb4
commit a057ff5bee

View 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 $@