]> git.sur5r.net Git - openldap/commitdiff
another attempt to fix slapi build sequence ...
authorPierangelo Masarati <ando@openldap.org>
Mon, 9 Dec 2002 12:17:23 +0000 (12:17 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 9 Dec 2002 12:17:23 +0000 (12:17 +0000)
servers/slapd/Makefile.in

index 41b7d66164f654966172b949724abf8cbd5ba16b..7f225c2cee79734d8badbf7d6edceb5b2c32031c 100644 (file)
@@ -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)