From: Pierangelo Masarati Date: Mon, 9 Dec 2002 12:17:23 +0000 (+0000) Subject: another attempt to fix slapi build sequence ... X-Git-Tag: NO_SLAP_OP_BLOCKS~702 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=bc35e4bc0d470528246bfea70f3090d3275916c6;p=openldap another attempt to fix slapi build sequence ... --- 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)