From 838c7c74070b66fc5b0c1a527d266c5154bd98ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 17 Mar 2010 14:43:05 +0000 Subject: [PATCH] Remove $(MSG) override for install-lib targets This is no longer needed and causes incorrect output in some cases. Originally committed as revision 22583 to svn://svn.ffmpeg.org/ffmpeg/trunk --- subdir.mak | 3 --- 1 file changed, 3 deletions(-) diff --git a/subdir.mak b/subdir.mak index 406a1fc466..36a40d375a 100644 --- a/subdir.mak +++ b/subdir.mak @@ -67,9 +67,6 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME) $(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME) $(SLIB_INSTALL_EXTRA_CMD) -install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME) -install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME) - install-lib$(NAME)-static: $(SUBDIR)$(LIBNAME) $(Q)mkdir -p "$(LIBDIR)" $$(INSTALL) -m 644 $$< "$(LIBDIR)"