skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit d200635a4c624c687b3387f937425d12239eb5c3
parent 3f090bb2fe66f9fd79c75344fa7f03a76ea67e00
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 27 Jan 2020 16:25:07 +0000

 Put correct /library.so back into Makefile

Diffstat:
MMakefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -92,6 +92,9 @@ update: $(DESTDIR)$(exthome) global-links: $(DESTDIR)$(exthome) $(SHARED_LIBS:lib%.so.xyzzy=$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M)) +$(DESTDIR)$(sproot)/library.so/lib%.so.$(version_M): $(DESTDIR)$(dynlibdir)/lib%.so.$(version_M) + exec $(INSTALL) -D -l ..$(subst $(sproot),,$(exthome))/library.so/$(<F) $@ + .PHONY: update global-links endif