From: Howard Chu Date: Tue, 11 Jan 2005 02:38:54 +0000 (+0000) Subject: Impoty ITS#3401 fix from HEAD X-Git-Tag: OPENLDAP_REL_ENG_2_2_21~33 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=48abd605e7a55ef0840600c2ec5c09d98736f524;p=openldap Impoty ITS#3401 fix from HEAD --- diff --git a/servers/slapd/Makefile.in b/servers/slapd/Makefile.in index 5bf3c03a20..f37f44a292 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -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 $@