summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 94d691a78b..5473d523d0 100644
--- a/Makefile
+++ b/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 \