]> git.sur5r.net Git - openldap/blobdiff - build/lib-static.mk
Set BDB's global allocators to ber_*, don't bother with the per-env setting.
[openldap] / build / lib-static.mk
index bd8e726f63971940b347f9ea557efb7600df2ee0..dd110103ea950fc5adb0bf1089c1a4a5468f60d7 100644 (file)
@@ -9,8 +9,6 @@
 
 $(LIBRARY): version.o
        $(AR) ru $@ $(OBJS) version.o
-       @$(RANLIB) $@;  \
-       $(RM) ../$@;    \
-       (d=`$(PWD)` ; cd .. ; $(LN_S) `$(BASENAME) $$d`/$@ $@)
+       @$(RANLIB) $@
 
 Makefile: $(top_srcdir)/build/lib-static.mk