Skip to content

Commit

Permalink
Remove $(MSG) override for install-lib targets
Browse files Browse the repository at this point in the history
This is no longer needed and causes incorrect output in some cases.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
mru committed Mar 17, 2010
1 parent 829c113 commit 515d243
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions subdir.mak
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ install-lib$(NAME)-shared: $(SUBDIR)$(SLIBNAME)
$(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)"
Expand Down

0 comments on commit 515d243

Please sign in to comment.