From 48abd605e7a55ef0840600c2ec5c09d98736f524 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Tue, 11 Jan 2005 02:38:54 +0000 Subject: [PATCH] Impoty ITS#3401 fix from HEAD --- servers/slapd/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.39.5