Skip to content
Snippets Groups Projects
Commit a057ff5b authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3401 avoid empty make target when SLAPD_DYNAMIC_BACKENDS is empty

parent 6170a2bb
No related branches found
No related tags found
No related merge requests found
......@@ -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 $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment