summaryrefslogtreecommitdiff
path: root/subdir.mak
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-17 14:43:05 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-17 14:43:05 +0000
commit838c7c74070b66fc5b0c1a527d266c5154bd98ac (patch)
tree9a99a1895d3f77addf7ae93c7e4609dec99980ba /subdir.mak
parentde5aba8ccaa3abb870eb4d99f1bbbab38321c5f7 (diff)
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
Diffstat (limited to 'subdir.mak')
-rw-r--r--subdir.mak3
1 files changed, 0 insertions, 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)"