Skip to content

Commit

Permalink
Fix install with shared libs on weird systems
Browse files Browse the repository at this point in the history
Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
  • Loading branch information
mansr committed Mar 6, 2010
1 parent 6cfac0e commit bfca777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subdir.mak
Expand Up @@ -70,7 +70,7 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
$(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)
Expand Down

0 comments on commit bfca777

Please sign in to comment.