[FFmpeg-cvslog] r22583 - trunk/subdir.mak
mru
subversion
Wed Mar 17 15:43:05 CET 2010
Author: mru
Date: Wed Mar 17 15:43:05 2010
New Revision: 22583
Log:
Remove $(MSG) override for install-lib targets
This is no longer needed and causes incorrect output in some cases.
Modified:
trunk/subdir.mak
Modified: trunk/subdir.mak
==============================================================================
--- trunk/subdir.mak Wed Mar 17 15:43:03 2010 (r22582)
+++ trunk/subdir.mak Wed Mar 17 15:43:05 2010 (r22583)
@@ -67,9 +67,6 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SL
$(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)"
More information about the ffmpeg-cvslog
mailing list