[FFmpeg-cvslog] r22246 - trunk/subdir.mak
mru
subversion
Sat Mar 6 18:45:39 CET 2010
Author: mru
Date: Sat Mar 6 18:45:38 2010
New Revision: 22246
Log:
Fix install with shared libs on weird systems
Modified:
trunk/subdir.mak
Modified: trunk/subdir.mak
==============================================================================
--- trunk/subdir.mak Sat Mar 6 18:44:18 2010 (r22245)
+++ trunk/subdir.mak Sat Mar 6 18:45:38 2010 (r22246)
@@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SL
$(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)
More information about the ffmpeg-cvslog
mailing list