From bfca77771370488b79dd698d365379ec872f5f62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sat, 6 Mar 2010 17:45:38 +0000 Subject: [PATCH] Fix install with shared libs on weird systems Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subdir.mak b/subdir.mak index ee44855f2..c9b99009c 100644 --- a/subdir.mak +++ b/subdir.mak @@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR) $(Q)cd "$(SHLIBDIR)" && \ $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME) - $$(SLIB_INSTALL_EXTRA_CMD) + $(SLIB_INSTALL_EXTRA_CMD) install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME) install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME) -- 2.34.1