From bc35e4bc0d470528246bfea70f3090d3275916c6 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Mon, 9 Dec 2002 12:17:23 +0000 Subject: [PATCH] another attempt to fix slapi build sequence ... --- 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 41b7d66164..7f225c2cee 100644 --- a/servers/slapd/Makefile.in +++ b/servers/slapd/Makefile.in @@ -225,10 +225,10 @@ slapd.exp: libslapd.a --base-file slapd.base --output-exp $@ .slapi: FORCE + $(AR) ruv slapi/libtmpslapd.a $(OBJS) (cd slapi; $(MAKE) $(MFLAGS) all) libslapi.a: .slapi - $(AR) ruv slapi/libtmpslapd.a $(OBJS) cp slapi/.libs/libslapi.a . slapd: $(SLAPD_DEPENDS) -- 2.39.5