about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-01-27 15:09:08 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-01-27 15:09:08 +0000
commitcaa7d303a492e02c81679413351d582dad56c3d6 (patch)
tree334ee76c088f395608626f92af7f7914c4dd0d6a
parent2054d4e98a3468dfa0351e2365d43df2aa48fbe0 (diff)
downloadskabus-caa7d303a492e02c81679413351d582dad56c3d6.tar.gz
skabus-caa7d303a492e02c81679413351d582dad56c3d6.tar.xz
skabus-caa7d303a492e02c81679413351d582dad56c3d6.zip
Fix shared libs installation
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 64195b5..94a820f 100644
--- a/Makefile
+++ b/Makefile
@@ -111,10 +111,9 @@ endif
 $(DESTDIR)$(datadir)/%: src/etc/%
 	exec $(INSTALL) -D -m 644 $< $@
 
-$(DESTDIR)$(dynlibdir)/lib%.so: lib%.so.xyzzy
+$(DESTDIR)$(dynlibdir)/lib%.so $(DESTDIR)$(dynlibdir)/lib%.so.$(version_M): lib%.so.xyzzy
 	$(INSTALL) -D -m 755 $< $@.$(version) && \
-	$(INSTALL) -l $(@F).$(version) $@.$(version_m) && \
-	$(INSTALL) -l $(@F).$(version_m) $@.$(version_M) && \
+	$(INSTALL) -l $(@F).$(version) $@.$(version_M) && \
 	exec $(INSTALL) -l $(@F).$(version_M) $@
 
 $(DESTDIR)$(libexecdir)/% $(DESTDIR)$(bindir)/%: % package/modes