Skip to content
Snippets Groups Projects
Commit bc35e4bc authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

another attempt to fix slapi build sequence ...

parent a42908f2
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment