]> git.sur5r.net Git - openldap/blobdiff - build/lib-shared.mk
line up with back-bdb/hdb (ITS#6661)
[openldap] / build / lib-shared.mk
index b16f4f61ed8bb75a0c3727c70ef28667e6c43b7d..4e9017ba0bfbb95cacc251ea66b26297ce119c63 100644 (file)
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2009 The OpenLDAP Foundation.
+## Copyright 1998-2010 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -25,14 +25,6 @@ MKDEPFLAG = -l
 
 $(LIBRARY): version.lo
        $(LTLINK_LIB) -o $@ $(OBJS) version.lo $(LINK_LIBS)
-       @if test "$(BUILD_LIBS_DYNAMIC)" = shared; then \
-               DIR=`$(PWD)`; DIR=`$(BASENAME) $$DIR`; \
-               dlname=`grep '^dlname=' $@`; \
-               eval $$dlname; \
-               echo "$(RM) ../$$dlname; ln -s $$DIR/.libs/$$dlname .."; \
-               $(RM) ../$$dlname; $(LN_S) $$DIR/.libs/$$dlname .; \
-               mv $$dlname ..; \
-       fi
 
 Makefile: $(top_srcdir)/build/lib-shared.mk