From e22f361d4c49987c40e322f0a2e5f1b32662b6d4 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 18 Oct 2019 12:59:17 -0300 Subject: [PATCH] Fix based on comment from OBS request https://build.opensuse.org/request/show/736258 --- Makefile.in | 4 ---- 1 file changed, 0 insertions(+), 4 deletions(-) diff --git a/Makefile.in b/Makefile.in index 17798c6..6e8f797 100644 --- a/Makefile.in +++ b/Makefile.in @@ -321,10 +321,6 @@ install-linux-lib: \ @$(LN_S) \ $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ - - @$(LN_S) \ - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ install-windows-lib: \ -- libgit2 0.21.2