From: Kurt Zeilenga Date: Wed, 11 Oct 2000 04:32:05 +0000 (+0000) Subject: Remove comment from make rule X-Git-Tag: OPENLDAP_REL_ENG_2_0_7~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab0a25998c4929bb7080b6846f50f94b14f5348;p=thirdparty%2Fopenldap.git Remove comment from make rule --- diff --git a/CHANGES b/CHANGES index 493f68d0dd..84975a0bd9 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ OpenLDAP 2.0.X Engineering Updated -lldap SASL error reporting Updated -lldap TLS error reporting Build Environment + Fixed make comment bug (ITS#811) Fixed $(DESTDIR) install (ITS#806) OpenLDAP 2.0.6 Release 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; \