Introduce a pattern rule for install-mplayer and install-mencoder targets.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26812 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-18 16:06:31 +00:00
parent cdf6e749bc
commit a6458b3065
1 changed files with 1 additions and 4 deletions

View File

@ -823,7 +823,7 @@ install-dirs:
$(INSTALL) -d $(CONFDIR)
if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
install-mplayer: mplayer$(EXESUF)
install-%: %$(EXESUF)
$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
install-mplayer-man:
@ -836,9 +836,6 @@ install-mplayer-man:
fi ; \
done
install-mencoder: mencoder$(EXESUF)
$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
install-mencoder-man:
for lang in $(MAN_LANG); do \
if test "$$lang" = en ; then \