mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-27 12:59:24 +00:00
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
This commit is contained in:
parent
de5aba8cca
commit
838c7c7407
@ -67,9 +67,6 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
|
|||||||
$(LN_S) $(SLIBNAME_WITH_VERSION) $(SLIBNAME)
|
$(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)
|
|
||||||
|
|
||||||
install-lib$(NAME)-static: $(SUBDIR)$(LIBNAME)
|
install-lib$(NAME)-static: $(SUBDIR)$(LIBNAME)
|
||||||
$(Q)mkdir -p "$(LIBDIR)"
|
$(Q)mkdir -p "$(LIBDIR)"
|
||||||
$$(INSTALL) -m 644 $$< "$(LIBDIR)"
|
$$(INSTALL) -m 644 $$< "$(LIBDIR)"
|
||||||
|
Loading…
Reference in New Issue
Block a user