mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
ITS#3401 avoid empty make target when SLAPD_DYNAMIC_BACKENDS is empty
This commit is contained in:
parent
6170a2bbb4
commit
a057ff5bee
1 changed files with 1 additions and 1 deletions
|
|
@ -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 $@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue