Skip to content
Snippets Groups Projects
Commit a3dc67b8 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Don't embed comments in command section of rule

parent 8a8429a9
No related branches found
No related tags found
No related merge requests found
......@@ -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; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment