]> git.sur5r.net Git - openldap/commitdiff
Revert prev commit, unnecessary
authorHoward Chu <hyc@openldap.org>
Mon, 9 Feb 2009 08:56:53 +0000 (08:56 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 9 Feb 2009 08:56:53 +0000 (08:56 +0000)
build/lib-shared.mk

index b16f4f61ed8bb75a0c3727c70ef28667e6c43b7d..e2fe632d3eb6748c5a08e5b281734a2fbc1e1107 100644 (file)
@@ -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