X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Flib-shared.mk;h=20f4aa4b89792c001ba25d156035c53f7512ab0a;hb=b6ff5c4d50218496492bbadad879dba88b7054e5;hp=26a9c1a897b443cd9b03aa4e59b454545dcfaeac;hpb=b1868895f7d630b8fcf1ee455efef05cfe98859e;p=openldap diff --git a/build/lib-shared.mk b/build/lib-shared.mk index 26a9c1a897..20f4aa4b89 100644 --- a/build/lib-shared.mk +++ b/build/lib-shared.mk @@ -35,8 +35,6 @@ $(LIBRARY): version.lo $(RM) ../$@ d=`$(PWD)`; d=`$(BASENAME) $$d`; cd ..; $(LN_S) $$d/$@ $@; \ t=`$(BASENAME) $@ .la`.a; $(RM) $$t; $(LN_S) $$d/.libs/$$t $$t - @# If we want our binaries to link dynamically with libldap{,_r} liblber - @# We also symlink the .so, so we can run the tests without installing if test "$(LINK_BINS_DYNAMIC)" = "yes"; then \ d=`$(PWD)`; d=`$(BASENAME) $$d`; b=`$(BASENAME) $@ .la`; \ cd .libs; t=`echo $$b*.$(DYN_EXT)`; (cd ../.. ; $(RM) $$t; \