mirror of https://github.com/mpv-player/mpv
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:
parent
cdf6e749bc
commit
a6458b3065
5
Makefile
5
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue