Browse code

Fix install with shared libs on weird systems

Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/03/07 02:45:38
Showing 1 changed files
... ...
@@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
70 70
 		$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME_WITH_MAJOR)
71 71
 	$(Q)cd "$(SHLIBDIR)" && \
72 72
 		$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
73
-	$$(SLIB_INSTALL_EXTRA_CMD)
73
+	$(SLIB_INSTALL_EXTRA_CMD)
74 74
 
75 75
 install-lib$(NAME)-static: MSG = $(LIBDIR)/$(LIBNAME)
76 76
 install-lib$(NAME)-shared: MSG = $(LIBDIR)/$(SLIBNAME)